Search found 2 matches

by ggsa
Mon Oct 13, 2025 7:27 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: No event handler found for received PDU DeliverSm
Replies: 1
Views: 15390

Re: No event handler found for received PDU DeliverSm

"Occurs when Unbind packet received from SMSC" - means that if your partner unbind the session gracefully then evUnBind event raised, and your client got unsubscribed to evDeliverSm
by ggsa
Mon Oct 13, 2025 7:20 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Is there a way to increase send performance from Client?
Replies: 1
Views: 42886

Re: Is there a way to increase send performance from Client?

can you elaborate on problem? you have multiple options: increase window size, increase number of smpp clients, push messages in bulk (multi), play around with stream tunning

all above options depend on what specific issue with this specific SMSC, e.g. if submit_sm_resp latency is high then window ...