mchess-server/connection
Marco cce0aa8162 Handle reconnection
reconnection works now if the rejoining player enters the passphrase
again.

Some bugs are still happening:
1. The rejoining client is not told the state of the board
2. Invalid moves are not handled by the client (not sure why though)
3. The still-connected client should be told, that the opponent
   disconnected. Then the client should show the passphrase again
2023-11-27 00:17:07 +01:00
..
message_buffer.go Implement thread-safe ringbuffer for websocket messages 2023-11-26 21:37:14 +01:00
message_buffer_test.go Implement thread-safe ringbuffer for websocket messages 2023-11-26 21:37:14 +01:00
type.go Handle reconnection 2023-11-27 00:17:07 +01:00