Files
poseidon/internal
sirkrypt0 e2d71a11ad Avoid concurrent writes to the websocket connection
Previously, the server sometimes crashed due to concurrent writes
to the websocket connection. Now, we ensure that only one concurrent
function writes to the websocket at a time by enclosing the WriteMessage
function with a mutex.
2021-07-29 09:21:15 +00:00
..
2021-07-21 12:55:35 +02:00
2021-07-21 12:55:35 +02:00