Most-Pixels-Ever-Processing
Most-Pixels-Ever-Processing copied to clipboard
if server shuts down while running client should pause and wait for server to start again
would be nice for this not to require a reset, but it's possible it will?
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.
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?