Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to stop this websocket service? #339

Open
ruyudeshuileling opened this issue Mar 28, 2024 · 1 comment
Open

How to stop this websocket service? #339

ruyudeshuileling opened this issue Mar 28, 2024 · 1 comment

Comments

@ruyudeshuileling
Copy link

server.ListenerSocket.Close();
server.ListenerSocket.Dispose();
or
server.Dispose();

None of them work

@AdrianBathurst
Copy link

When I restart the websocket service, I close all existing socket connections then call server.Dispose() and that works ok.
server.Dispose() in turn calls ListenerSocket.Dispose() so no need to call that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants