You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release allows to handle errors via try. ConnectionError is thrown wherever applicable. To handle errors that occur during receiving data, a new error handler is used that can be set when initialising a UDPBroadcastConnection.
Note
This release breaks API compatibility with previous versions.
Includes pull request #12. Thanks @kenji21! This will make it possible to open a port just to listen without sending. Furthermore it allows to reconnect again after connection fails.