rossengeorgiev / aprs-python

📡 Python module for working with APRS
http://aprs-python.readthedocs.io/en/latest/
GNU General Public License v2.0
114 stars 37 forks source link

Trapping socket.recv(): returned empty exception #87

Open IU1IPB opened 6 months ago

IU1IPB commented 6 months ago

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