levelrin / jws-server

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

Close with 1000 status code and empty reason by default #42

Closed levelrin closed 3 years ago

levelrin commented 3 years ago

The server should close the communication with the status code of 1000 and empty the reason by default. This is what Brave browser is doing.