This PR introduces support for arbitrarily closing the client connection via the function ws_close_client. Once is invoked, the server starts the closing handshake, and if there is no response from the client for TIMEOUT_MS ms, the connection is then closed immediately.
Description
This PR introduces support for arbitrarily closing the client connection via the function
ws_close_client
. Once is invoked, the server starts the closing handshake, and if there is no response from the client for TIMEOUT_MS ms, the connection is then closed immediately.Fixes #12