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
The API does not return the timeout error associated with this wrapper when the URL is triggered.
This is due to the fact that socketio returns its own timeout errors, and since no check is performed on the _call() function, the wrapper will return socketio's error.
Which is a shame when you're making custom errors, and cost me 2 hours :D
The text was updated successfully, but these errors were encountered:
Hi 👋
The API does not return the timeout error associated with this wrapper when the URL is triggered.
This is due to the fact that
socketio
returns its own timeout errors, and since no check is performed on the_call()
function, the wrapper will return socketio's error.Which is a shame when you're making custom errors, and cost me 2 hours :D
The text was updated successfully, but these errors were encountered: