Replies: 1 comment
-
You can catch the exception, log it without raising it, then return your acknowledgement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there another way to send a callback acknowledgement to a client from within
python-socketio
without returning a value? I can't seem to find anything in the docs.When we encounter an exception in our application, I would like to send a callback acknowledgement to the client, but also raise the exception after the acknowledgement. I can't see a way to do that with only the return value callback from the server docs.
Beta Was this translation helpful? Give feedback.
All reactions