Page 1 of 1

Submit multiple messages per time

Posted: Wed Apr 20, 2016 10:34 pm
by gsmart
Dear alt,

I have a List<ISubmitSmBuilder>, i don't want to run for loop to submit each item. How can i submit it once?

Re: Submit multiple messages per time

Posted: Mon Apr 25, 2016 4:11 pm
by alt
Hi gsmart,

For now there is no other way. What is wrong with the loop?

Re: Submit multiple messages per time

Posted: Fri Jun 17, 2016 2:05 am
by gsmart
With the loop, it is difficult to control number of message per second, i want the same method like client.Submit(ISubmitMultiBuilder builder);

Re: Submit multiple messages per time

Posted: Fri Jun 17, 2016 6:41 am
by alt
Are you controlling number of messages per second because of throttling status from the server?
Library has client.SendSpeedLimit property for this purpose.