You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like Dingtalk requires a response from clients to confirm that such a message was successfully delivered and processed, otherwise, the Dingtalk server will re-deliver it.
Should check whether the response mechanism was correctly implemented on our side.
Describe the bug
自己开发插件时,钉钉发出的信息,会被接收两次。
Steps to reproduce
koishi 的钉钉适配器选择 ws 协议,输入 secret 和 appKey,其他选项保持不变。
自己开发测试插件, index.ts 如下:
钉钉里进入与对应机器人的私聊,发送信息「hello」。
控制台打印如下:(可见同一条信息过了一分钟后又被接收了一次)
Expected behavior
信息只接受一次,不要重复。
Screenshots
No response
Versions
Additional context
No response
The text was updated successfully, but these errors were encountered: