Just wondering if someone had issues running tubesock with the Passenger Enterprise Server. Could be nothing to do with tubesock at all. It supposed to run ok. But getting a long delay when calling the following bit of code from tubesock:
def self.hijack(env)
.......
handshake.from_rack env
.......
end
it takes around 50 seconds to execute this method and eventually it fails to get WS connection.
Dump of env['rack.hijack']
Proc:0x00000004505060@/opt/passenger/passenger-enterprise-server-4.0.14/lib/phusion_passenger/rack/thread_handler_extension.rb:53 (lambda)
any ideas?
Thanks
Just wondering if someone had issues running tubesock with the Passenger Enterprise Server. Could be nothing to do with tubesock at all. It supposed to run ok. But getting a long delay when calling the following bit of code from tubesock:
it takes around 50 seconds to execute this method and eventually it fails to get WS connection.
Dump of env['rack.hijack']
Proc:0x00000004505060@/opt/passenger/passenger-enterprise-server-4.0.14/lib/phusion_passenger/rack/thread_handler_extension.rb:53 (lambda)
any ideas?
Thanks