Search found 85 matches

by developerlearn999
Wed Jun 17, 2020 11:34 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Race condition in MessageComposer causes NullReferenceException
Replies: 6
Views: 9197

Re: Race condition in MessageComposer causes NullReferenceException

it's fixed but for some reason the Reference number jump's in odd number (not critical but just to know)
by developerlearn999
Sun May 24, 2020 8:42 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: DeliverAsync-missing/big delay of DLR
Replies: 5
Views: 8379

Re: DeliverAsync-missing/big delay of DLR

Hi Alt,
i tried to do a load test,
sent to 10200 phones with 300 chars.
the DLR in my db toke : 262 seconds
the DLR to my log toke : 528 seconds,
this is after i sent them in groups (more the one time in a DeliverAsync command).
all is done on my pc.
any way to improve it?
is it a reasonable time?
by developerlearn999
Sun May 24, 2020 5:24 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: DeliverAsync-missing/big delay of DLR
Replies: 5
Views: 8379

Re: DeliverAsync-missing/big delay of DLR

Hi alt,
first question : is i call a lot of times the DeliverAsync,
and not all released yes, it there some property that will should me how many are waiting to be Delivered,
something that you have in the Metrics that should how many not sent yet (for SubmitSm?
by developerlearn999
Wed May 20, 2020 4:02 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: DeliverAsync-missing/big delay of DLR
Replies: 5
Views: 8379

Re: DeliverAsync-missing/big delay of DLR

No,
this is why i asked if there is possible a queue of the DLR? and how to check it
is there something under the Metrics for this?
by developerlearn999
Wed May 20, 2020 3:27 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: DeliverAsync-missing/big delay of DLR
Replies: 5
Views: 8379

DeliverAsync-missing/big delay of DLR

one of my customers complains about missing/big delay of DLR
when i use client.DeliverAsync, without await first,
is it possible that there is some queue that wait for release ?
how can i check it?
by developerlearn999
Wed May 20, 2020 11:23 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Duplicate Message from composer-Inetlab.SMPP.2.7.1
Replies: 1
Views: 4102

Re: Duplicate Message from composer-Inetlab.SMPP.2.7.1

i switched to : Inetlab.SMPP.2.8.1-beta-2021
run the test twice:
one all was ok, 100K messages and no duplicates.
by developerlearn999
Wed May 20, 2020 9:03 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Duplicate Message from composer-Inetlab.SMPP.2.7.1
Replies: 1
Views: 4102

Duplicate Message from composer-Inetlab.SMPP.2.7.1

i am running the next code which sender to 100,000 phones in speed of 100/sec. i see in the db that some of the number that received in the , so i added a log and i see : 2020-05-20 11:55:04.4614 WindowsServiceTemplate.SMPP.SmppServerManager::ToNumber=0500003304 2020-05-20 11:55:04.4614 WindowsServi...
by developerlearn999
Mon Feb 24, 2020 10:06 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: messageComposer and messages with ReferenceNumber is 0
Replies: 6
Views: 9720

Re: messageComposer and messages with ReferenceNumber is 0

i tried

Code: Select all

var parts = builder.Create(_client);
IList<SubmitSmResp> resp = await _client.Submit(builder);
but still the Reference on the server side is 0
by developerlearn999
Thu Feb 20, 2020 2:21 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: messageComposer and messages with ReferenceNumber is 0
Replies: 6
Views: 9720

Re: messageComposer and messages with ReferenceNumber is 0

i tried to do :

Code: Select all

 _client.Submit(builder.Create(EncodingMapper.Default));
but still the Refernece number is 0
should i do something else too?
by developerlearn999
Tue Feb 18, 2020 12:25 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: wap - sample code
Replies: 1
Views: 4811

wap - sample code

i can't find in the documents how send wap
can some one assiste?
by developerlearn999
Wed Jan 22, 2020 7:18 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Coding - how to decide which is GSM or not?
Replies: 3
Views: 7385

Coding - how to decide which is GSM or not?

is there a ready method to check if a text is GSM or not?
so i can set the correct coding?
by developerlearn999
Sun Jan 19, 2020 10:58 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Smpp Dissconnect and re connect
Replies: 18
Views: 23642

Re: Smpp Dissconnect and re connect

can you tell me what error to take on the dissconnect event?from which object?