Azumi4han / safe-vk

Library with simple API for creating your own VK bot for chats in Rust 🦀
3 stars 0 forks source link

Responding twice to one message #3

Closed Azumi4han closed 5 months ago

Azumi4han commented 6 months ago

When a command is sent, it occasionally responds twice instead of the expected single response. This issue seems to occur randomly which is odd. Attached screenshot shows a duplicated response behavior in action.

image

Azumi4han commented 5 months ago

Issue resolved by this commit . The problem with duplicated responses has been fixed.