Method: Funl::Client#unsubscribe_all
- Defined in:
- lib/funl/client.rb
#unsubscribe_all ⇒ Object
Unsubscribe from all messages. Any tag subscriptions remain in effect. Seq will respond with an ack message containing the tick on which subscription ended. Waits for the subscription to end (assuming #handle_ack is called regularly).
85 86 87 |
# File 'lib/funl/client.rb', line 85 def unsubscribe_all @sub_tracker.unsubscribe_all end |