-
Notifications
You must be signed in to change notification settings - Fork 43
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
doesn't close socket #19
Comments
My suggestion is that you wouldn't re-create server instances in the same process, instead, you can change the logic of the server by creating a "Box" Handler and changing his |
Actually, You're right, the |
I did a pull request for that as otherwise if you reload the dll you get this issue |
This is not a bug of Dispose but of the socket implementations. |
Cross commenting but its worse than that, the ssl listener appears to do some unsafe stuff leaking clients and ssl ports... I'm considering switching/re-writing the whole library, there's so much missing/wrong at this point. Its good if you just want to start a server, and write a lot of routing logic yourself. |
HttpServer.Dispose(); is not working properly
Listening once, and Dispose it, and after that it cannot listening again on same port.
The text was updated successfully, but these errors were encountered: