bosh connection timeout
I see in the log th
e bosh connection is always stopped after 2 minutes of idleness and immediately a new bosh connection will be created. What's this 2 minutes timeout? It seems not related to inactivity or max_wait. Is there anyway to change it? Thank you.
2010-02-05 00:11:26 ConnectionManager.serviceStarted() FINER: [[bosh]] Connection started: 127.0.0.1_5280_127.0.0.1_42217
2010-02-05 00:13:26 ConnectionManager.serviceStopped() FINER: [[bosh]] Connection stopped: 127.0.0.1_5280_127.0.0.1_42217
2010-02-05 00:13:26 ConnectionManager.serviceStarted() FINER: [[bosh]] Connection started: 127.0.0.1_5280_127.0.0.1_42220
2010-02-05 00:15:26 ConnectionManager.serviceStopped() FINER: [[bosh]] Connection stopped: 127.0.0.1_5280_127.0.0.1_42220
- 206 reads








I find out that it is the
I find out that it is the apache timeout. I use apache rewrite to connect to tigase.
To be honest I have no idea.
To be honest I have no idea. Is this a full log or you have just took these lines only? Without looking into the system it is hard to tell, whether this is something on the Tigase or browser side. Do you use a proxy mod?
The disconnection can be caused by any of three parties: Tigase, Proxy and Browser.
Post new comment