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
We have been using the angular-websocket library for months and love it! Recently ran into an issue where we are asking for data that our server is sending in 7-8 frames. There are multiple such requests (8 or so). Nothing too heavy .But we have started to get this error saying "Received start of new message but previous message is unfinished". I am wondering why this is happening ? This does not sound like an edge case load ? And what can we do to fix it ?
The text was updated successfully, but these errors were encountered:
We have been using the angular-websocket library for months and love it! Recently ran into an issue where we are asking for data that our server is sending in 7-8 frames. There are multiple such requests (8 or so). Nothing too heavy .But we have started to get this error saying "Received start of new message but previous message is unfinished". I am wondering why this is happening ? This does not sound like an edge case load ? And what can we do to fix it ?
The text was updated successfully, but these errors were encountered: