Method: Shove::Client::Channel#subscribe
- Defined in:
- lib/shove/client/channel.rb
#subscribe ⇒ Object
subscribe to the channel, by sending to the remote
60 61 62 |
# File 'lib/shove/client/channel.rb', line 60 def subscribe @conn.send_data :opcode => SUBSCRIBE, :channel => @name end |