zigster64 / zig-zag-zoe

Multiplayer TicTacToe - in Zig - using HTMX for that zero-javascript experience
http://zig-zag-zoe.com
MIT License
19 stars 1 forks source link

inactive timeout #3

Closed zigster64 closed 11 months ago

zigster64 commented 11 months ago

Make the game clear itself and restart after an idle timeout

If no incoming traffic with valid X-SESSION ids have been seen for some duration, then kill the game and reset it

zigster64 commented 11 months ago

is working up to a point - but after a couple of games the watcherThread stops working ... ?

investigating

zigster64 commented 11 months ago

fixed