Method: ReverseTunnel::Server::LocalConnection#post_init

Defined in:
lib/reverse-tunnel/server.rb

#post_initObject



271
272
273
274
275
# File 'lib/reverse-tunnel/server.rb', line 271

def post_init
  ReverseTunnel.logger.debug { "New local connection" }
  tunnel.local_connections << self
  tunnel.open_session(session_id)
end