You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On every app launch or even app open form background connection is taking much time
I have also tried app from AppStore, it is also taking same amount of time on every app launch or app open from background
To Reproduce
Steps to reproduce the behavior:
You can use any existing users
Send messages to 2nd user
Open app of 1st user and observe the time you get those message or you are connected to server to start communication with connected users
Expected behavior
It should connect faster may be within 15 to 30 secs max
Screenshots
App Launch
After sometime
Details (please complete the following information):
Siskin Version: 7.3.3
Branch: stable
Xcode version: 14.1
iOS version 15.5, 16.1, 17.0.3
iPhone model iPhone 7, iPhone Xs, iPhone 14 pro
The text was updated successfully, but these errors were encountered:
I've seen issues like that, but those issues were releated to XMPP protocol connection establishment (what is a multistep process, a few exchanges back and forth for which client needs to wait for a response from a server). That happens usually on a slow connection or a connection with a huge delays, ie. when a lot of retransmissions is required for a single TCP package or when client connects to the server with a large RTT (round trip time, ping to the server is high).
Client is already optimized to handle those situations and tries to use the best possible strategy, ie. use DirectTLS connection instead of StartTLS if XMPP server supports that.
New version, that is still worked on will support SASL2 and Bind2 that should improve reconnection times when server will support it, but there is no ETA on that.
@hantu85 I have integrated library and facing the same issue. It does not connect in up to 4 mins. I tried to disconnect and connect user in loop with 10 seconds interval until it connects but still that is not working. It is usually happens in slow network e.g less than 80-100 mbps speed.
Do you have any temporary patch or solution for this issue?
On every app launch or even app open form background connection is taking much time
I have also tried app from AppStore, it is also taking same amount of time on every app launch or app open from background
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should connect faster may be within 15 to 30 secs max
Screenshots
Details (please complete the following information):
The text was updated successfully, but these errors were encountered: