wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

Nginx workers don't quit while a websocket is open #191

Closed reist closed 8 years ago

reist commented 9 years ago

Hi,

This issue stops Nginx from both quitting (when upgrading, etc) and from refreshing the configuration. Instead of closing all connections and exiting, one worker stays stuck and locks up Nginx until the connections time out/disconnect.

wandenberg commented 9 years ago

Can you provide a minimal but complete example that can reproduce the issue? I did tests here and is working. If you are using other module on the same nginx try to isolate them.