Skip to content

Why ServerStop takes 10 seconds? #1719

Answered by janiversen
28itay asked this question in Help
Discussion options

You must be logged in to vote

Because that is a synchronous call, and the asynchronous part needs to time be scheduled and close down. Especially on windows this takes forever.

Use async if you want something faster.

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@28itay
Comment options

@janiversen
Comment options

@28itay
Comment options

Answer selected by janiversen
Comment options

You must be logged in to vote
1 reply
@28itay
Comment options

Comment options

You must be logged in to vote
1 reply
@28itay
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants