RiptideNetworking / Riptide

Lightweight C# networking solution for multiplayer games.
https://riptide.tomweiland.net
MIT License
1.04k stars 141 forks source link

Fix unhandled SocketExceptions #102

Closed Bilnord closed 6 months ago

Bilnord commented 1 year ago

Fixed unhandled SocketExceptions #101

tom-weiland commented 10 months ago

I'm not sure if just eating the exception is the right way to resolve this 🤔

At the very least it would probably be good to log the exception, but ideally it'd be nice if we didn't need the try block at all when sending...