Search found 21 matches

by aordonez
Wed Mar 15, 2023 12:57 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SubmitAsync never ends
Replies: 8
Views: 41632

Re: SubmitAsync never ends

Yes, as I mentioned in my previous response, I can find the response in the library log with the same sequence number.
As for how I execute the asynchronous method, I use Task.Run(). For example, I create a new task by writing 'var t = Task.Run(() => pClient.SubmitAsync(pBatch));'
by aordonez
Fri Mar 10, 2023 12:33 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SubmitAsync never ends
Replies: 8
Views: 41632

Re: SubmitAsync never ends

Actually the response timeout is set to 60 seconds "ResponseTimeout = TimeSpan.FromSeconds(60)", but apart of that I verify, through network captures, that the response arrives corectly.
by aordonez
Tue Mar 07, 2023 4:17 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SubmitAsync never ends
Replies: 8
Views: 41632

Re: SubmitAsync never ends

Hi, I have enabled the logs and this is what I found: the last submission was Sequence 30473 at 18:19:15, in this case the SubmitAsync never ends (After waiting for 6 minutes, it still didn't end)and the next one is Sequence 30485 at 18:25:58 (after waiting any response). Fragment of the log 06.03.2...
by aordonez
Thu Mar 02, 2023 7:02 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SubmitAsync never ends
Replies: 8
Views: 41632

Re: SubmitAsync never ends

No at the moment, but I can enabled it and attach the log during the problem.
by aordonez
Thu Mar 02, 2023 3:12 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SubmitAsync never ends
Replies: 8
Views: 41632

SubmitAsync never ends

Hi, Our platform is using version 2.9.26 of inetlab.SMPP to maintain 100 established binds to 10 different SMPP hosts, and we are sending around 4 million messages per day. However, we are experiencing issues when submitting messages. At certain times of the day, especially when we have more traffic...
by aordonez
Mon Sep 05, 2022 2:26 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Remote side has dropped connection
Replies: 5
Views: 25606

Re: Remote side has dropped connection

ResponseTimeout is set to 19 seconds and the enquireLinkInterval is set to 20
by aordonez
Wed Aug 31, 2022 3:23 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Remote side has dropped connection
Replies: 5
Views: 25606

Re: Remote side has dropped connection

We have the same behavior in 2.9.9, 2.9.19 and 2.9.21 versions, so we suspect the problem is related to the traffic, nowadays we are sending around 100K submits per hour through 160 established bids.
by aordonez
Thu Aug 18, 2022 6:10 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Remote side has dropped connection
Replies: 5
Views: 25606

Remote side has dropped connection

Hi, I need some help, The following situation is happening in production environment, nowadays we have around 150 binds connected to different hosts (smpp providers) and suddenly they start to disconnect "Remote side has dropped connection." one by one in short period of time. I analyzed the logs an...
by aordonez
Thu Aug 05, 2021 7:56 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SMPP Server
Replies: 1
Views: 15008

SMPP Server

Hi , can I have clients ussing connectios secured with TLS and others no secured on the same SMPP Server?
by aordonez
Tue Aug 03, 2021 6:38 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: wrong message length custom user data header
Replies: 2
Views: 18382

wrong message length custom user data header

Hi, I'm having a problem sending multi part messages, adding custom user data header, adding ConcatenatedShortMessages8bit . At the moment of build the submit I get the correct message length like the image bellow https://www.teleprom.com/img/1.png But capturing the SMPP submit y see that I'm sendin...
by aordonez
Mon Jul 19, 2021 11:54 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: $ and @ characters data coding
Replies: 5
Views: 28116

Re: $ and @ characters data coding

I get it, I do System.Text.Encoding.GetEncoding but 1252 is not supperted by net core
by aordonez
Fri Jul 16, 2021 6:00 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: $ and @ characters data coding
Replies: 5
Views: 28116

Re: $ and @ characters data coding

Hi I appreciate your help.
I already did that, but still see the 0x02 and 0x03. I missing something?
by aordonez
Thu Jul 15, 2021 3:29 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: $ and @ characters data coding
Replies: 5
Views: 28116

$ and @ characters data coding

Hi, I have some problems submitting messages using Default Coding (GSM) the provider tell me that the SMPP v3. 4 Protocol Implementation guide for GSM / UMTS said: " Using financial symbols in a short message By default the LATIN-1 and the GSM-alphabet allow the displaying of the following financial...
by aordonez
Wed Jan 13, 2021 2:01 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: More than one submit in the same network frame
Replies: 7
Views: 8076

Re: More than one submit in the same network frame

Excellent!!!! When do you think, it will be released to test it?