Proactive messaging in botframework is very slow

161 Views Asked by At

I'm trying to send proactive messages using botframework. I have observed that the rate at which botframework is delivering is very slow(3000req/min). Can someone let me know what exactly I should do to make it faster.

All I'm doing is iterating over my users and sending the message using the below code.

var replyActivity = CustomActivityCreator.CreateMessageActivity(message, id);
var result = connector.Conversations.SendToConversationAsync(replyActivity).Result;

Thanks in advance. PS: My server is hosted in West US.

0

There are 0 best solutions below