levelrin / jws-server

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

Read the status code and reason from the client's closing frame #38

Closed levelrin closed 3 years ago

levelrin commented 3 years ago

When the client sends a closing frame, the server should be able to see its status code and reason.