Search found 6 matches

by chengcti
Fri Aug 12, 2022 5:57 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Can I reject connection in the SmppServer
Replies: 1
Views: 19366

Can I reject connection in the SmppServer

I want to create a black list in the smppserver. Because I monitor someone connect to server every 30 second. It never sends any authentication information to server. Of course, onbind never gets fired. Can I deny unknown connections in OnConnected Event()? The virtual code like it. Unknow source co...
by chengcti
Tue Oct 26, 2021 3:48 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: How do I config TPS on SMPP.Server?
Replies: 2
Views: 25225

How do I config TPS on SMPP.Server?

We know If we want to limit that we sent message to SMSC with smpp.client component. We can set SendSpeedLImit to limit TPS.
How do I limit TPS when client send packet to our smpp.server.
by chengcti
Wed Sep 01, 2021 1:53 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SMPP Server An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException:
Replies: 6
Views: 48798

Re: SMPP Server An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException:

Thank you ALT for your help. Why I like your product and support it for a long time, because you always listen to the voice of your customers and solve it quickly. Root Cause SmppClientBase : property ReceiveSpeedLimit After the client disconnect in the smppserver object, it will cause a memory leak...
by chengcti
Fri Aug 27, 2021 3:56 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SMPP Server An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException:
Replies: 6
Views: 48798

Re: SMPP Server An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException:

I also reproduce the same phenomenon. My server only support one session, but customer connect SMPPServer with two session every second. And I will terminate second session. After 5~6 hours, the smppserver response out-of-memory. The test condition. 1. SMPPclient -> Connect to server with username/p...
by chengcti
Wed Jul 21, 2021 12:28 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Do I need to create task for multi-client?
Replies: 1
Views: 20315

Do I need to create task for multi-client?

For SMPPClient.
If I have multi-clients for different provider.
Should I need to create many task for every smppclient.

Does SMPPClient create task by theirself?