levelrin / jws-server

A framework for WebSocket server in Java
MIT License
0 stars 0 forks source link

Support the continuation frame from the client #30

Closed levelrin closed 3 years ago

levelrin commented 3 years ago

The server should be able to read the message correctly if the client sends it via multiple frames.