Skip to content

馃悰 Use asyncio threadsafe for all swio callbacks

Olivier Gauthier requested to merge fix/swio-no-running-event-loop into develop

Fix RuntimeError: no running event loop errors when on_quiddity_created and on_nickname_updated are called from another thread.

Merge request reports