Method: Funl::Client#unsubscribe

Defined in:
lib/funl/client.rb

#unsubscribe(tags) ⇒ Object

Unsubscribe from tags. 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).



77
78
79
# File 'lib/funl/client.rb', line 77

def unsubscribe tags
  @sub_tracker.unsubscribe tags
end