ekumenlabs / rocon_web_proxy_server

Server component of the Rocon Web Proxy
0 stars 3 forks source link

Heroku closes WS client connections when they are idle #16

Closed adamantivm closed 9 years ago

adamantivm commented 9 years ago

Taken from the Heroku server logs:

2015-03-19T17:05:49.501205+00:00 heroku[router]: at=error code=H15 desc="Idle connection" method=GET path="/ws" host=rocon-web-proxy.herokuapp.com request_id=8ce84431-d784-40b1-a131-6f89b3795a2f fwd="186.136.166.207" dyno=web.1 connect=7ms service=55655ms status=503 bytes=186

This may lead to unexpected behaviors, needs to be investigated.