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
Apparently ably-ios sometimes closes the websocket with code 1006.
This is a breach of the spec, see https://tools.ietf.org/html/rfc6455 page 45: "1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint". (It's the value displayed when a websocket closed without sending a close frame at all).
This has been causing "Error: invalid error code" exceptions on the backend.
The text was updated successfully, but these errors were encountered:
SimonWoolf
added
the
bug
Something isn't working. It's clear that this does need to be fixed.
label
May 17, 2017
Apparently ably-ios sometimes closes the websocket with code 1006.
This is a breach of the spec, see https://tools.ietf.org/html/rfc6455 page 45: "1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint". (It's the value displayed when a websocket closed without sending a close frame at all).
This has been causing "Error: invalid error code" exceptions on the backend.
The text was updated successfully, but these errors were encountered: