deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
https://delta.chat/en/contribute
Other
659 stars 85 forks source link

test(python): Wait for bot's DC_EVENT_IMAP_INBOX_IDLE before sending messages to it (#5699) #5714

Closed iequidoo closed 3 months ago

iequidoo commented 3 months ago

Bot processes are run asynchronously, so we shouldn't send messages to a bot before it's fully initialised and skipped existing messages for processing, i.e. before DC_EVENT_IMAP_INBOX_IDLE is emitted.

Close #5699