v0.3.3
Release Notes
v0.3.3
Bug Fixes
- Python 3.6 compatibilty has been fixedhowever The problem was caused
by the usage ofasyncio.create_task(coro)
. Its usage was replaced
withasyncio.ensure_future(core)
.
asyncio.create_task(coro)
. Its usage was replacedasyncio.ensure_future(core)
.