Page 1 of 1

Closing a websocket server socket

Posted: Tue Aug 18, 2020 10:43 am
by PeterR
How do I close a client's connection using the IDF websocket server?

It looks as if I can the file handle following the method used in the asynchronous send method. Do I then call httpd_sess_trigger_close()?