Skip to content
Discussion options

You must be logged in to vote

us_listen_socket_close shuts the listen socket down. All other established sockets are unaffected. So you need to close them (or gracefully end them) yourself.

It had been brought up that we could add us_socket_context_close as a way to close all sockets in a context, but I haven't added it since it is quite easy to do this on your own.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ElectroluxV2
Comment options

Comment options

You must be logged in to vote
2 replies
@z16166
Comment options

@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1110 on December 09, 2020 02:19.