Shutdown of association server or AE does not work reliably #849
Closed
medihack
started this conversation in
Associating
Replies: 1 comment
-
Ok, the problem was that in non-blocking mode |
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
-
I have the below quite simple Store SCP server. I want to shut it down manually when a SIGINT or SIGTERM signal comes in. Unfortunately, the server doesn't shut down. In the below example, the
server_forever
method will not finish even whenshutdown
is called (only in about 10% of the cases it works for some reason, which is also strange). Do you have any idea what could be wrong here? I also tried to callshutdown
on the AE, but that also doesn't work.Beta Was this translation helpful? Give feedback.
All reactions