Files
chatmail-core/python/src/deltachat
link2xt fb4fdeb470 fix(python): create event emitter when EventThread is initialized
EventThread is created in Account.__init__,
but the thread start may be scheduled later.
If the thread only cals dc_get_event_emitter()
after some events have been emitted,
EventThread will never capture such events
and the tests will timeout waiting for the event.

This happened in CI on a Linux runner
with test_markseen_invalid_message_ids
timing out waiting for DC_EVENT_MSGS_CHANGED
right after sending a message.
2026-07-31 23:20:17 +00:00
..
2024-08-19 16:36:56 +00:00
2023-01-20 16:53:21 +00:00
2023-01-20 16:53:21 +00:00
2023-02-15 18:56:34 +00:00