Revision c2894ceb
Added by Marc Dequènes over 13 years ago
- ID c2894ceb4e076d08a474ccf6132fab66a048ca8a
lib/cyborghood/cyborg.rb | ||
---|---|---|
@system_notification_processing = nil
|
||
drop_channel(@system_notification_name)
|
||
|
||
EventMachine.stop_event_loop
|
||
stop
|
||
else
|
||
EventMachine.next_tick { try_stop }
|
||
end
|
Also available in: Unified diff
[fix] Cyborg: try to stop harder (without useless delay)