Subject: OnClose event occur frequently on BOSH connection
In my network environment, System.Net.WebException occur frequently.
I have a trouble that the session closes so frequently on XMPP over BOSH connection.(XMPP(not over BOSH) has no problem)
When Matrix detect System.Net.WebException once, Matrix closes the session?
Debug log shows that "</stream:stream>" is sent from Matrix after receiving OnErrorEvent with System.Net.WebException.
I sent ping just after receiving OnClose event, but WebException was not occurred.
I think It is possible to avoid this kind of session closing, by retrying WebRequest some times.
I want to avoid session close as much as possible, do you have some idea ?
Matrix:version 1.4.4.3
Server:Openfire
I have a trouble that the session closes so frequently on XMPP over BOSH connection.(XMPP(not over BOSH) has no problem)
When Matrix detect System.Net.WebException once, Matrix closes the session?
Debug log shows that "</stream:stream>" is sent from Matrix after receiving OnErrorEvent with System.Net.WebException.
I sent ping just after receiving OnClose event, but WebException was not occurred.
I think It is possible to avoid this kind of session closing, by retrying WebRequest some times.
I want to avoid session close as much as possible, do you have some idea ?
Matrix:version 1.4.4.3
Server:Openfire