| Class | Rack::WebSocket::Handler::Base::Connection |
| In: |
lib/rack/websocket/handler/base/connection.rb
|
| Parent: | ::EventMachine::WebSocket::Connection |
Overwrite initialize from em-websocket set all standard options and disable EM connection inactivity timeout
Overwrite new from EventMachine we need to skip standard procedure called when socket is created - this is just a stub
Overwrite close_connection from EventMachine delegate close_connection to rack server