-
The feature is implemented and by default all connection managers have timeout of 60 seconds with exception for cluster connection manager which has 10s timeout. I've skipped setting timeout for BOSH as due to short live nature of these connections I suppose it would be an overkill.
Type |
Bug
|
Priority |
Blocker
|
Assignee | |
RedmineID |
7756
|
Version |
tigase-server-8.1.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Currently opened TCP connection to the Tigase XMPP Server may hang as long as it wants to as authentication timeout is initiated after
<stream:stream>
being received by the server. So until this is done, TCP connection may be opened and may hang consuming resources of Tigase XMPP Server.