Search found 4 matches

by zmrcic
Mon Apr 07, 2008 6:03 am
Forum: ALT.SMS.SmppClient
Topic: broken connection
Replies: 4
Views: 27377

Thanks....I'm doing something else...I have new thread that starts when client gets connected..
Sub RequeryStatus()
If Not (client Is Nothing) Then
If Me.client.IsConnected = False Then
Me._Connect()
If Me.client.Status = ConnectionStatus.Open Then
Me._Bind()
End If
End If
End If
backThread ...
by zmrcic
Sat Apr 05, 2008 10:49 am
Forum: ALT.SMS.SmppClient
Topic: broken connection
Replies: 4
Views: 27377

Yes, but how to find out if there is no EnquireLink response....
I just have "sending data....." and app hangs...

offcourse I have thread that check if client is connected, and if its not I'm connecting again, but how to catch that very moment when I'm getting disconnected?

thanks
by zmrcic
Fri Apr 04, 2008 6:10 am
Forum: ALT.SMS.SmppClient
Topic: broken connection
Replies: 4
Views: 27377

broken connection

I think product is something special...I'm using it for few months and its great...
but my problem is internet connection...from time to time my pc gets disconnected from internet due to providers low capacity...
Is there an event I can raise when something like that happens...
I send EnquireLink ...
by zmrcic
Sat Mar 15, 2008 4:21 pm
Forum: ALT.SMS.SmppClient
Topic: SMPPCLIENT_RCVTIMEOUT
Replies: 9
Views: 50186

HELP

I have same problem but could not get to implemet new version....could you plesa post code for evDeliverSmComplete and evDeliverSm

Thanks....urgent for this evening