module Faye::WebSocket::Client::Connection

def unbind

def unbind
  parent.__send__(:finalize, '', 1006)
end