Community
Participate
Working Groups
When a client calls ISignalProtocol.setTimeout(x) then x should also be set as the timeout value on the server-side peer of that protocol.
Note that it has always been possible to explicitely set the server-side timeout, as outlined in bug 350146 comment 5. This bugzilla is about making that happen automatically so that client and server side timeouts are always in sync.
Committed revision 8596 Note that this new behaviour is on by default and can be changed by overriding SignalProtocol.isSendingTimeoutChanges().
Closing.