Search found 1 match

by dougmorris
Wed Dec 04, 2024 1:48 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SendSpeedLimit has no effect
Replies: 1
Views: 31240

SendSpeedLimit has no effect

I am using the library in release mode.
I set the SendSpeedLimit = new LimitRate(2, new TimeSpan(0,0,1)); // Set the SendSpeedLimit to 2 segments a second.

I am a little confused by the documentation as it suggests that the SendSpeedLimit is messages per second and not segments, but in one of the ...