I cant find any method that would allow me to close the connection from the server side after receiving the frist message, as far as I can tell you can only deny the connection at the beginning with on_accept
and determine why the other side closed it with on_close
(from the IF_APC_WSP_EXTENSION
interface).
I searched the APC classes but didn't find anything usefull so far.
Question: If there isn't any predefiend method to close the connection from the server side, how can I access the current WebSocket and close it ?