-
-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Description
I came across a situation in which I had an EM reactor running, having multiple apps in it. Under these apps there was a Thin app which I needed to stop at a certain point. Doing so, the whole EM reactor stopped working. Some investigation brought me to Server#stop! and Backends::Base#stop!:
thin/lib/thin/backends/base.rb
Line 91 in 5e56023
| EventMachine.stop if EventMachine.reactor_running? |
So, is this really intended to stop the whole EM reactor when a single Backend is told to stop?
Metadata
Metadata
Assignees
Labels
No labels