Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix(wss): Use a queue on the server to avoid "InvalidOperationException: Invalid nested call." * Remove unnecessary "private" Co-Authored-By: Katori <znorth@gmail.com> * Remove unnecessary "private" Co-Authored-By: Katori <znorth@gmail.com> * Update Server.cs * comment: explain what is going on here * comments: better comment * Move queue into WebSocketImplementation instead of Server-specific * Remove unused variables in Server * Use a SemaphoreSlim instead of queue system
- Loading branch information