Method: UState::Server::Connection#unbind
- Defined in:
- lib/ustate/server/connection.rb
#unbind ⇒ Object
Called when the connection is unbound from the socket and can no longer be used to process requests.
65 66 67 |
# File 'lib/ustate/server/connection.rb', line 65 def unbind @backend.connection_finished self end |