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 »

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: 992
Joined: Tue Apr 25, 2006 9:45 am

Re: Periodic Error in ClientBase.

Post by alt »

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 »

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

Re: Periodic Error in ClientBase.

Post by alt »

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 »

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

Re: Periodic Error in ClientBase.

Post by alt »

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