SmppClient Connect() does not return

Smpp v3.4 client

Moderator: alt

Locked
ceezed
Posts: 13
Joined: Wed Oct 29, 2008 1:08 pm

SmppClient Connect() does not return

Post by ceezed » Mon Jan 26, 2009 1:53 pm

Connect() does not return if it cannot connect to SMPP server.
Connect() should return false, but it never returns, e.g. it appears to hang
ceezed
Posts: 13
Joined: Wed Oct 29, 2008 1:08 pm

Post by ceezed » Sun Feb 22, 2009 3:09 am

Is anyone able to help with this problem??
This is causing us big problems any time the SMPP Server goes offline
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Sun Feb 22, 2009 9:20 am

it waits 120 seconds (defined in the Timeout property)
after that Connect method returns false.
Locked