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
I am using QXmppClient and connecting to a server that fails over.
when i am connected to the first server and it fails it fails over to server 2 and i take the existing QXmppClient instance and log it into the 2nd server.
I then turn back on the 1st server and fail the second server and so the same reconnect. At this point QXmppClient fails with a socket timeout.
Question: is there any way to shorten the socket timeout. or does anyone have a suggestion on how to handle this situation
Thanks
The text was updated successfully, but these errors were encountered:
I am using QXmppClient and connecting to a server that fails over.
when i am connected to the first server and it fails it fails over to server 2 and i take the existing QXmppClient instance and log it into the 2nd server.
I then turn back on the 1st server and fail the second server and so the same reconnect. At this point QXmppClient fails with a socket timeout.
Question: is there any way to shorten the socket timeout. or does anyone have a suggestion on how to handle this situation
Thanks
The text was updated successfully, but these errors were encountered: