# File lib/stomp_server/protocols/stomp.rb, line 149 def unbind p "Unbind called" if $DEBUG @connected = false @@queue_manager.disconnect(self) @@topic_manager.disconnect(self) end