Method: Motion::Channel#unsubscribed

Defined in:
lib/motion/channel.rb

#unsubscribedObject



42
43
44
45
46
# File 'lib/motion/channel.rb', line 42

def unsubscribed
  component_connection&.close

  @component_connection = nil
end