Most-Pixels-Ever-Processing icon indicating copy to clipboard operation
Most-Pixels-Ever-Processing copied to clipboard

if server shuts down while running client should pause and wait for server to start again

Open shiffman opened this issue 12 years ago • 2 comments

would be nice for this not to require a reset, but it's possible it will?

shiffman avatar Aug 04 '13 03:08 shiffman

This is a bit more complicated that I originally imagined:

  • no way in java to detect if connection is severed without sending something (solution would be to send dummy data every so often if you haven't heard from server in a while)
  • the server loses all state information including framecount, etc. so either have to reset or come up with some solution.

won't have this feature in the next release.

shiffman avatar Aug 06 '13 20:08 shiffman

In synchronous mode, a message is emitted to indicate every frame right? So wouldn't it be possible to know if the server is disconnected by setting a timeout for the "G" message?

kevinmartinjos avatar Mar 19 '15 09:03 kevinmartinjos