Search found 85 matches
- 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: 41649
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)
- Wed Jun 17, 2020 8:24 am
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Race condition in MessageComposer causes NullReferenceException
- Replies: 6
- Views: 41649
- 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: 31268
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?
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?
- 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: 31268
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?
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?
- 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: 31268
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?
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?
- 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: 31268
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?
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?
- 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: 12743
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.
run the test twice:
one all was ok, 100K messages and no duplicates.
- 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: 12743
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 ...
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 ...
- 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: 37380
Re: messageComposer and messages with ReferenceNumber is 0
i tried
but still the Reference on the server side is 0
Code: Select all
var parts = builder.Create(_client);
IList<SubmitSmResp> resp = await _client.Submit(builder);
- 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: 37380
Re: messageComposer and messages with ReferenceNumber is 0
i tried to do :
but still the Refernece number is 0
should i do something else too?
Code: Select all
_client.Submit(builder.Create(EncodingMapper.Default));
should i do something else too?
- Tue Feb 18, 2020 12:25 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: wap - sample code
- Replies: 1
- Views: 16788
wap - sample code
i can't find in the documents how send wap
can some one assiste?
can some one assiste?
- Fri Jan 24, 2020 9:47 am
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Coding - how to decide which is GSM or not?
- Replies: 3
- Views: 24325
Re: Coding - how to decide which is GSM or not?
this is good
did you add it already?
did you add it already?
- 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: 24325
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?
so i can set the correct coding?
- Mon Jan 20, 2020 9:18 am
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Windows service for SMPP Server
- Replies: 4
- Views: 27967
- 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: 98631
Re: Smpp Dissconnect and re connect
can you tell me what error to take on the dissconnect event?from which object?