Page 1 of 1

NeedEnquireLink on server

Posted: Tue Jun 21, 2011 12:33 am
by juancri
Hi:

I created a small server using this code:

Code: Select all

var server = new SmppServer ();
server.evClientConnected += ((sender, client) =>
{
	client.EnquireInterval = 30;
	client.NeedEnquireLink = true;
});
server.StartAsync (9876);
The problem is that the enquire link command is not sent. This works if configured on the client but not on the server. Is there any way to fix this?

Thank you!

Re: NeedEnquireLink on server

Posted: Tue Jun 28, 2011 6:35 pm
by alt
Thank you for pointing this to me.
Really Enquire link was not initialized on the server when client had been connected.
Please try version 1.0.10.2