Class: EM::Nodes::DefaultClient

Inherits:
Client
  • Object
show all
Includes:
HelloFeature, TaskFeature
Defined in:
lib/em-nodes/default_client.rb

Instance Method Summary collapse

Instance Method Details

#unbindObject



5
6
7
8
# File 'lib/em-nodes/default_client.rb', line 5

def unbind
  super
  EM.next_tick { EM.stop }
end