Closed uogbuji closed 5 years ago
This is fixed on the develop branch (dbb533c) but I have some things in downstream dependencies to sort out before making a full release. If you happen to be blocked on this, though, just switch branches.
The full release 1.1.1 should address this issue.
If you try to run pybf in the latest Python versions you will get tracebacks ending with:
The poor asyncio design has finally caught up with us. The fact that
async
is now a keyword, which is the root cause here is just one of the many issues. I'm working on a core refactoring I've wanted to do for over a year.