Skip to content

Server#stop! stopping EventMachine reactor #177

Closed
@tbuehlmann

Description

@tbuehlmann

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!:

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions