SendSpeedLimit has no effect
Posted: Wed Dec 04, 2024 1:48 pm
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 support threads you have confirmed segments.
I am then using the SubmitAsync(SubmitSm) method to submit messages, but I do not see any slowdown of the segments.
Please can you confirm this is a problem or suggest a solution.
Thank you!
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 support threads you have confirmed segments.
I am then using the SubmitAsync(SubmitSm) method to submit messages, but I do not see any slowdown of the segments.
Please can you confirm this is a problem or suggest a solution.
Thank you!