【发布时间】:2017-10-02 14:05:29
【问题描述】:
我正在开发一个机器人,每当我在表单流中发布异步英雄卡(50 张英雄卡)时,最后它都会给我一条错误消息:“状态大小超出了配置的限制。”来自 Microsoft.Bot.Connector.DLL
尝试 setPrivateConversationData 时发生错误 在模拟器上的错误下方:
"key": {
"channelId": "emulator",
"conversationId": "i99caeb8n2h7",
"userId": "default-user"
},
"state": {
"eTag": "1506952139325",
"data": {
"ResumptionContext": {
"locale": "en-US",
"isTrustedServiceUrl": true
},
"DialogState": "H4sIAAAAAAAEAOx9B2AjWX........",
"ServiceUrl": "http://localhost:1460"
}
}
}
回复:
{
"error": {
"code": "MessageSizeTooBig",
"message": "State size exceeded configured limit."
}
}
谢谢大家
【问题讨论】:
标签: c# azure emulation bots botframework