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’m seeing WebSocket connections sending errors in the form of:
{
"error": "Something went wrong",
"status": 400
}
This is not only not mentioned in the streaming documentation, but the docs incorrectly claim that the socket only sends Event objects, which these errors are not.
The text was updated successfully, but these errors were encountered:
I’m seeing WebSocket connections sending errors in the form of:
This is not only not mentioned in the streaming documentation, but the docs incorrectly claim that the socket only sends
Event
objects, which these errors are not.The text was updated successfully, but these errors were encountered: