Loading
Commits on Source 6
-
Aleksandr Mezin authored
Otherwise with the following example: bus = await jeepney.io.asyncio.open_dbus_connection() message = await bus.receive() I've been getting this: RuntimeError: read() called while another coroutine is already waiting for incoming data -
Aleksandr Mezin authored
-
Thomas Kluyver authored
asyncio: add async context manager interface to DBusConnection See merge request !27
-
Thomas Kluyver authored
asyncio: fix .receive() immediately after open_dbus_connection() See merge request !26
-
Thomas Kluyver authored
-
Thomas Kluyver authored