-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This SHOULD not be require anymore, as it was just due to the lack of thread-safety in gorilla. gws claims to be doing this properly. While the player could disconnect, causing us to null the socket after it has been retrieved, this shouldn't really make a difference to before, as even with the mutex we could run into a disconnected / invalid connection.
- Loading branch information
1 parent
f74afd5
commit b6be472
Showing
3 changed files
with
0 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters