Is there a way to close a websocket connection in the way uWebsockets does or websocket.rs?
in webs-socket.rs case they faev soemthing like ws.close("bye")
in uwebsockets case they have somehting like ws.end(some_code) or ws.close()
i cant find anything in the docs
Is there a way to close a websocket connection in the way uWebsockets does or websocket.rs? in webs-socket.rs case they faev soemthing like ws.close("bye") in uwebsockets case they have somehting like ws.end(some_code) or ws.close() i cant find anything in the docs