-
The issue was caused by the calling
.getMaxInactiveTime() to set the value of @private long maxInactivityTime = getMaxInactiveTime();
in ConnectionManager. However in case ofS2SConnectionManager@, when it was constructed with default constructor it called @.super()
so thetigase.server.xmppserver.S2SConnectionManager#getMaxInactiveTime
got called returning private variablemaxInactivityTime
inS2SConnectionManager
before it's value was correctly initialised.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
6507
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)