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
If a network interface goes away, e.g. when a VPN is switched off, and rtpmidid was just about to send something through it, it can crash:
terminate called after throwing an instance of 'rtpmidid::exception'
what(): Could not send all data to metronoom:15115. Sent -1. Network is unreachable
Aborted
That's because lib/rtpserver.cpp and lib/rtpclient.cpp have a sendto method that throws an exception if the ::sendto function called in it returns -1.
If a network interface goes away, e.g. when a VPN is switched off, and rtpmidid was just about to send something through it, it can crash:
That's because lib/rtpserver.cpp and lib/rtpclient.cpp have a sendto method that throws an exception if the ::sendto function called in it returns -1.
For EINTR, see #68
The text was updated successfully, but these errors were encountered: