Changeset [55657a98e628d75be0a58c75f0a3a75a1d7f95d7] by macournoyer

September 6th, 2013 @ 02:28 PM

Do not stop the EventMachine's reactor when Thin was started
inside a running loop.

Eg.:

EM.run server = Thin::Server.start(3000) # This will NOT call EM.stop because Thin was started inside a # running loop. server.stop end https://github.com/macournoyer/thin/commit/55657a98e628d75be0a58c75...

Committed by macournoyer

  • M lib/thin/backends/base.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป