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
If a close frame sent through the session has an error close code such as SERVER_ERROR or ABNORMAL it is sent and a hard close of the connection is not done like it would be if it was created as an AbnormalCloseStatus.
Non transmittable status codes can also be sent in this way.
The text was updated successfully, but these errors were encountered:
…on (#3819)
* Issue #3809 - ensure abnormal close frame will hard close ws connection
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
* Issue #3159 - signal onError on abnormal status code close
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
If a close frame sent through the session has an error close code such as
SERVER_ERROR
orABNORMAL
it is sent and a hard close of the connection is not done like it would be if it was created as anAbnormalCloseStatus
.Non transmittable status codes can also be sent in this way.
The text was updated successfully, but these errors were encountered: