Sample not working #131
Answered
by
scottoffen
hadi73ebrahimi
asked this question in
Q&A
-
Hi.
|
Beta Was this translation helpful? Give feedback.
Answered by
scottoffen
Aug 8, 2022
Replies: 1 comment
-
You need to block the thread while the server is running or the application closes. Try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scottoffen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to block the thread while the server is running or the application closes. Try
server.Run()
instead.