The current approach can lead to out-of-sequence deliveries leading to the following error being shown in the browser when multiple text based messages are being sent in excess of the maximum frame size:
index.html:336 WebSocket connection to 'ws://10.0.0.189/ws' failed: Received start of new message but previous message is unfinished.
connectWebSocket @ index.html:336
index.html:343 WS: Event
(anonymous) @ index.html:343
index.html:346 WS: CloseEvent
The current approach can lead to out-of-sequence deliveries leading to the following error being shown in the browser when multiple text based messages are being sent in excess of the maximum frame size: