Method: Sparrow::Server#unbind

Defined in:
lib/sparrow/server.rb

#unbindObject



72
73
74
75
# File 'lib/sparrow/server.rb', line 72

def unbind
  self.connections_lost += 1
  logger.debug "Lost client"
end