kipraske / web-brogue

Play brogue in a web browser
GNU General Public License v2.0
20 stars 17 forks source link

Suppress logging error for sending message to unopen socket #31

Closed kipraske closed 9 years ago

kipraske commented 9 years ago

It is going to just happen sometimes and I can't avoid it. If you close the window or navigate away without the socket closing cleanly in the game, you end up getting a few more lobby messages before it realizes that the connection needs to be cleaned up.

Remove this logging so we have less noise in the output logs.

kipraske commented 9 years ago

Done