Smpp v3.4 client
Moderator: alt
-
ceezed
- Posts: 13
- Joined: Wed Oct 29, 2008 1:08 pm
Post
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
-
ceezed
- Posts: 13
- Joined: Wed Oct 29, 2008 1:08 pm
Post
by ceezed »
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: 992
- Joined: Tue Apr 25, 2006 9:45 am
Post
by alt »
it waits 120 seconds (defined in the Timeout property)
after that Connect method returns false.