pyliblo
pyliblo copied to clipboard
Catch exceptions
Hi,
Is there a way to catch all errors occuring in message handlers and prevent the Exception ignored in: 'liblo._msg_callback' ? I tried wrapping the server.recv() call in a try block but to no avail.