- status: open --> unread
- milestone: -->
- priority: 5 --> 1
The updates I'm getting from others in the session seem to arrive slowly.
All edits go through a server. Because it can be used with a public server, Saros attempts to be courteous and sends edits out in intervals (a few hundred microseconds), so the server is not overloaded. However, everyone in your session can reduce this interval in order to remove the perceived latency. Just go the Saros advanced preferences and enter a lower value in the box labelled "Interval (in milliseconds) between outgoing edits to peers".
Completly wrong:
See bug report https://sourceforge.net/tracker/?func=detail&aid=3494852&group_id=167540&atid=843359
I got those delay even when I working on my local machine. We still overload the XMPP chat when to much activities are send that cannot be merged into a final one (IBB only). The current implementation is broken, there is no traffic control. If the Smack internal is not handling this, there is a good chance that the server will never forward our "chat" messages, because it thinks we are flooding the remote use (even disconnecting us)r. This will broke the session, unable to recover from this issue, leaving Saros in an unknown state.