How to forcibly destroy a websocket connection? #23588
Unanswered
nik-webdevelop
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm implementing my own websocket
heartbeat
with Oak middleware and I would like to destroy all hanging websocket connections (with1006
code).How can I do this?
Is there any analog to node
ws.terminate()
?Beta Was this translation helpful? Give feedback.
All reactions