Subject: disconnections errors
Hi,
I am using Matrix 2.0 .Net library. I've been having a lot of disconnections with production users.
(1) OnError: ClientSocket Connection request failed.
(2) OnStreamError: error condition SystemShutdown
(3) OnError: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
stacktrace: at System.Net.Sockets.NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) at Matrix.Net.ClientSocket.Send(Byte[] bData)
(4) The XMPP Stream is inactive
(5) OnError: The write operation failed, see inner exception.
stacktrace: at System.Net.Security._SslStream.ProcessWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) at Matrix.Net.ClientSocket.Send(Byte[] bData)
Thanks,
Sanjeev
I am using Matrix 2.0 .Net library. I've been having a lot of disconnections with production users.
(1) OnError: ClientSocket Connection request failed.
(2) OnStreamError: error condition SystemShutdown
(3) OnError: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
stacktrace: at System.Net.Sockets.NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) at Matrix.Net.ClientSocket.Send(Byte[] bData)
(4) The XMPP Stream is inactive
(5) OnError: The write operation failed, see inner exception.
stacktrace: at System.Net.Security._SslStream.ProcessWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) at Matrix.Net.ClientSocket.Send(Byte[] bData)
Thanks,
Sanjeev