Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: websocket messages using flask were sometimes corrupted.
It seems the underlying library wsproto is not thread safe. Using a mutex to protect the websocket calls seems to fix the issue.
- Loading branch information