0

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.

Eric Dahlvang
  • 8,252
  • 4
  • 29
  • 50
Temerario
  • 53
  • 1
  • 9

0 Answers0