lib/wamp/client/transport/base.rb in wamp_client-0.1.0 vs lib/wamp/client/transport/base.rb in wamp_client-0.1.1
- old
+ new
@@ -144,9 +144,13 @@
# Method to stop the vent machine
def self.stop_event_machine
# Implement in subclass
end
+ # Method to add a tick loop to the event machine
+ def self.add_tick_loop(&block)
+ # Implement in subclass
+ end
end
end
end
end
\ No newline at end of file