-
Could you add delay to make sure that possible error would have a chance to be delivered? (I'm still facing issues so not sure if it was caused by this)
Currently, on tigase.org we don't have debug logs (maybe we should change defaults for logback, which should be more efficient?) so it's not possible to check if it was triggered.
-
From todays tests: when using Psi+ with or without StreamManagement enabled I'm getting disconnected as well (and Psi+ shows TLS error):
Quite possibly there is a problem with encryption/closing connection but for that we should enable logs on the server.
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
none
|
Sprints |
n/a
|
Customer |
n/a
|
Iterations
-
tigase-server-8.5.0 Open
Issue Votes (0)
In some cases, ie. joined many active MUC rooms, current limit on no. of items in stream management queue for a single connection (
2000
) is too small and causes disconnections.It would be desirable to create a burst period and burst period limit ration, allowing temporary (in the burst period) limit to be multiplied by burst ratio.
Assuming limit of 2000 packets with burst of 10 seconds and ratio of 20 it would allow for a period of 10 seconds to have up to 40000 unacked packets. As ratio and period would be configurable, it would allow us to have more flexible limits.