cygni / snakebot

http://snake.cygni.se
MIT License
2 stars 7 forks source link

Measure time for movement to after confirmation that MapUpdateEvent has been sent to all #60

Open emilb opened 8 years ago

emilb commented 8 years ago

The implementation now puts the MapUpdateEvent on the outgoing eventbus to each client and then directly starts the countdown.

Better to start the countdown till after we have confirmation that the messages has at least been sent. But to wait for a real ACK from all clients might be too much (and also difficult, and could be misused)