BindAsync

.NET library for SMPP protocol
Locked
thunkin
Posts: 4
Joined: Tue Apr 08, 2014 5:16 pm

BindAsync

Post by thunkin » Tue Apr 08, 2014 5:59 pm

Hi, I can successfully connect and bind using the client example. If I shift the example code into a console project it no longer wants to bind.
Anything obvious that I might be missing?
I suspect that it is thread related
Attachments
ConnectMethod.PNG
ConnectMethod.PNG (16.06 KiB) Viewed 7179 times
thunkin
Posts: 4
Joined: Tue Apr 08, 2014 5:16 pm

Re: BindAsync

Post by thunkin » Tue Apr 08, 2014 5:59 pm

It does connect successfully, but doesn't bind
thunkin
Posts: 4
Joined: Tue Apr 08, 2014 5:16 pm

Re: BindAsync

Post by thunkin » Tue Apr 08, 2014 6:19 pm

Sigh, the system type length was too long. Working now.
thunkin
Posts: 4
Joined: Tue Apr 08, 2014 5:16 pm

Re: BindAsync

Post by thunkin » Tue Apr 08, 2014 6:25 pm

No error is thrown and there is no obvious issue when viewing the packet data on wireshark
Locked