mchess-server/connection
Marco efefa4ced5 Change websocket handling
With this commit, we stop waiting for the websocket connection to be
established before the game starts.
Now, the Connection type is responsible for waiting for the websocket
connection before writing.
2023-11-26 21:46:53 +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 Change websocket handling 2023-11-26 21:46:53 +01:00