PatrickJS / angular-websocket

:arrow_upper_left: The missing Angular WebSocket module for connecting client applications to servers by @AngularClass
https://angularclass.github.io/angular-websocket
MIT License
1.22k stars 194 forks source link

Websocket connection failed. Received start of new message but previous message is unfinished #113

Open TkNeo opened 7 years ago

TkNeo commented 7 years ago

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 ?