What's the best way to gracefully close the server? #58
Replies: 3 comments
-
server.Stop(); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scottoffen
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I am unable to duplicate this using the latest release (5.0.0-rc.9). If you are still experiencing this issue, can you provide the minimum amount of sample code required to duplicate it so that I can look into it further? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
server.Close() gives me errors, as does server.Dispose(). The only thing that seems to work is closing the program. Am I missing something?
I can post more information if that was supposed to work.
Beta Was this translation helpful? Give feedback.
All reactions