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 think it'll be great to treat /xhr_send to closed connection same as if session wouldn't exist and return 404 error code instead of silently ignoring messages.
I found bug in sockjs-tornado, where it'll still accept incoming messages for closed session for short duration (5 seconds) and this case is not covered in the protocol.
The text was updated successfully, but these errors were encountered:
I think it'll be great to treat /xhr_send to closed connection same as if session wouldn't exist and return 404 error code instead of silently ignoring messages.
I found bug in sockjs-tornado, where it'll still accept incoming messages for closed session for short duration (5 seconds) and this case is not covered in the protocol.
The text was updated successfully, but these errors were encountered: