busbey / project-z

a system for testing agent-based goal seeking strategies in a simple and intuitive game world.
Other
0 stars 0 forks source link

server blocks on writing world state #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if the client doesn't read stuff at all, then the server eventually blocks
while trying to send an update to a client.

so need to timeout.

Original issue reported on code.google.com by sean.bus...@gmail.com on 16 Oct 2007 at 7:37

GoogleCodeExporter commented 9 years ago
fixed in r257.  no timeout.  instead per agent threads w/work queues.

Original comment by sean.bus...@gmail.com on 18 Oct 2007 at 5:02