Search found 21 matches

by aordonez
Wed Jan 13, 2021 12:00 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: More than one submit in the same network frame
Replies: 7
Views: 8518

Re: More than one submit in the same network frame

Hi, that's correct.

I'm assume it will impact directly in the performance.

There is any chance to set this new behavior by smppclient?, because there is no problem with the rest of the providers we have.
by aordonez
Tue Jan 12, 2021 8:26 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: More than one submit in the same network frame
Replies: 7
Views: 8518

More than one submit in the same network frame

Hi, I'm using SMPP client v 2.8.6 and my SMS provider warning me about to send several submits in the same frame, but I can't find any option in the library to handle it.
It's possible to control it?
below a tcpdump as an example
Image
by aordonez
Tue Dec 15, 2020 3:30 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Define SubmitAsync Timeout
Replies: 1
Views: 3475

Define SubmitAsync Timeout

Hi, I'm migrating to inetlab 2.8.6 in Net. Core and I need to define a Timeout when submit batch messages . In 2.6 version I used Submit method and await the task like this: var task = _client.SubmitAsync(batch); if (await Task.WhenAny(task, Task.Delay(timeout)) == task) {//OK }else {//TIMEOUT } But...
by aordonez
Mon Jul 22, 2019 5:48 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Submit Batch SMS hangs
Replies: 3
Views: 7340

Re: Submit Batch SMS hangs

Hi, I´m using v2.6.10
by aordonez
Wed Jul 10, 2019 7:56 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Submit Batch SMS hangs
Replies: 3
Views: 7340

Submit Batch SMS hangs

Hi, I have a problem sometimes when during a bathch sending:

var respSubmit = (await _client_Smpp.Submit(batch)).ToArray();

I gets a client_evDisconnected event and then the RecoverySucceeded in thouse cases the submit hangs indefinitely.

How can I avoid this
by aordonez
Wed Jun 05, 2019 11:50 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Activation licence Problems
Replies: 1
Views: 5197

Activation licence Problems

Hi, we have already purchased the product , when we try to Set the license in our code with Inetlab.SMPP.LicenseManager.SetLicense(licenseContent) we get False as result.
We try to generate a new file with same results.
We do it in the constructor before instanciate the new SmppClient.