~singpolyma/jmp-pay

e29daf4c9cde4aa8cb4cf3c6fab88704b6851a8b — Stephen Paul Weber 3 years ago be1ea46
Do not wait to exit until after we are ready
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/blather_notify.rb
M lib/blather_notify.rb => lib/blather_notify.rb +1 -1
@@ 21,9 21,9 @@ module BlatherNotify
			end
		end

		Timeout.timeout(30) { @ready.pop }
		at_exit { wait_then_exit }

		Timeout.timeout(30) { @ready.pop }
	end

	def self.wait_then_exit