In case of working with Java Spring 5.0 Web Sockets, the following error was occurred:
WebSocketMessageReadNetworkStream can only start with a Text or Binary frame, not Continuation.
How this can be fixed?
This issue happens on the massive web socket messages receive, e.g. it is actual only for case, when multiple independent parallel connections (for the same socket client) receive ~10 000 messages.