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
I'm unable to correctly intercept socket.recv(): returned empty exception.
In the callback function, after APRS.consumer(callback_aprs, raw=True)
the :
try / except ConnectionError as err:
seems not to be able to manage the situation.
Can you advise ?
Thank-you
UP
The text was updated successfully, but these errors were encountered:
Hi,
I'm unable to correctly intercept socket.recv(): returned empty exception.
In the callback function, after APRS.consumer(callback_aprs, raw=True)
the :
try / except ConnectionError as err:
seems not to be able to manage the situation.
Can you advise ?
Thank-you
UP
The text was updated successfully, but these errors were encountered: