Periodic Error in ClientBase.

.NET library for SMPP protocol
Locked
Alexandr.Unifun
Posts: 6
Joined: Thu Dec 05, 2013 4:51 pm

Periodic Error in ClientBase.

Post by Alexandr.Unifun » Wed Dec 24, 2014 9:28 am

Hello could you please help.
We are faced large amount of crushes using InetLab based application. Got stack trace of event:

Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Inetlab.SMPP.Common.ProducerConsumerQueue.Shutdown(Boolean waitForWorkers)
at Inetlab.SMPP.Common.SmppClientBase.Disconnect()
at Inetlab.SMPP.Common.SmppClientBase.ReceiveCallback(IAsyncResult ar)

Near this we got such exception

Exception: System.IO.IOException: Unable to read data from the transport connection:
A connection attempt failed because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to respond.
---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to respond
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
at Inetlab.SMPP.Common.SmppClientBase.ReceiveCallback(IAsyncResult ar)


We will appreciate any help.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Periodic Error in ClientBase.

Post by alt » Thu Dec 25, 2014 10:30 am

Hello Alexandr,

Which version do you use?
Alexandr.Unifun
Posts: 6
Joined: Thu Dec 05, 2013 4:51 pm

Re: Periodic Error in ClientBase.

Post by Alexandr.Unifun » Fri Dec 26, 2014 9:01 am

1.1.8.0
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Periodic Error in ClientBase.

Post by alt » Fri Dec 26, 2014 10:53 pm

The bug with client queue is already fixed.
Please upgrade to latest version.
Alexandr.Unifun
Posts: 6
Joined: Thu Dec 05, 2013 4:51 pm

Re: Periodic Error in ClientBase.

Post by Alexandr.Unifun » Mon Dec 29, 2014 10:17 am

Where I can read about upgrade library procedure?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Periodic Error in ClientBase.

Post by alt » Wed Dec 31, 2014 4:23 pm

Please send message with your purchase number within "contact us" form and i send you a link to new version or discount coupon to purchase upgrade.
Locked