Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pyra2yr): Race condition in WebSocketClient
In send_message(), when retrieving result from out_queue, another task could put a message to in_queue, resulting in wrong message to be retrieved from out_queue. Fixed by introducing a lock. Closes #5
- Loading branch information