Page 1 of 1

SmppClient Connect() does not return

Posted: Mon Jan 26, 2009 1:53 pm
by ceezed
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

Posted: Sun Feb 22, 2009 3:09 am
by ceezed
Is anyone able to help with this problem??
This is causing us big problems any time the SMPP Server goes offline

Posted: Sun Feb 22, 2009 9:20 am
by alt
it waits 120 seconds (defined in the Timeout property)
after that Connect method returns false.