Re: Connection not Closed at TCP level

2013-08-07 Thread Martin Grigorov
Hi, On Wed, Aug 7, 2013 at 12:12 PM, hidayath wrote: > Hi, > > > > We have a websocket application which keeps writing data to the clients. > > > > We found that when tabs (not whole browser) of Firefox (ver. 22) is closed, > the websocket connection is not closed. Anyway, reproducibility is ver

Re: Connection not Closed at TCP level

2013-08-07 Thread Mark Thomas
On 07/08/2013 12:12, hidayath wrote: > Hi, > > > > We have a websocket application which keeps writing data to the clients. > > > > We found that when tabs (not whole browser) of Firefox (ver. 22) is closed, > the websocket connection is not closed. Anyway, reproducibility is very low. > A

Connection not Closed at TCP level

2013-08-07 Thread hidayath
Hi, We have a websocket application which keeps writing data to the clients. We found that when tabs (not whole browser) of Firefox (ver. 22) is closed, the websocket connection is not closed. Anyway, reproducibility is very low. And the sendQ (netstat -an) keeps growing So, what we di