I was trying to send skype-bot message to skype-user using REST API in nodeJs, but user receives bot-message two times of that single message. I am sending the message with HTTP POST request only single time using a single activityId. Is there any way to control duplicate messages? what can be the reason behind this?
I have gone through this Receiving the same message twice
Can anyone please like to help finding the issue?
[No sdk or other library is used ]
答案 0 :(得分:0)
我发现了问题。我正在订阅redis以阅读消息并传递给用户。我发现它发生了两次[一个在我的应用程序中上传到服务器,另一个在我的本地计算机中]。现在解决。
谢谢!