-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
About _Server.Stop() #204
Comments
I tried using this method so that the UI doesn't respond to the problem solving, but _Server doesn't stop, but instead returns an error like this: System Net Sockets SocketException (995): I/O operation aborted due to thread exit or application request. |
Unless I add to Task AcceptConnections(). ||ex is SocketException no longer gives the error message, but I'm not sure if that's right. |
Hi @FreeVB thanks for your note. I'm sorry but I'm not fully understanding what the issue is that you are encountering. Could you try to describe it again? |
Set PrintServeLog to _Server.Logger=PrintServeLog; , the service cannot be stopped. Or an error message appears. |
@FreeVB Hi, this seems like an issue caused by the implementation using forms. Were you able to resolve it? Can you identify where it hangs, or, supply the error message that appears? |
Hello, why did I put _Server.Logger=PrintServeLog; Then call _Server.Stop(); Here's the code for the PrintServeLog, which outputs connection information to a ListBox.
The text was updated successfully, but these errors were encountered: