We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f62083 commit 61314bdCopy full SHA for 61314bd
examples/ws2/auth.js
@@ -28,6 +28,7 @@ async function execute () {
28
debug('authenticated')
29
30
// do something with authenticated ws stream
31
+ await ws.close()
32
}
33
34
execute()
0 commit comments