Skip to content

How could I know all ws connections were actually closed? #1120

Answered by ghost
pengweichu asked this question in Q&A
Discussion options

You must be logged in to vote

You can read the docs; https://unetworking.github.io/uWebSockets.js/generated/interfaces/websocket.html#close

That code is very inefficient as you're making one defer per socket rather than one defer in total.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1120 on December 09, 2020 02:20.