Skip to content

v0.4.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tylertian123 tylertian123 released this 08 Dec 22:45
· 5 commits to master since this release

Minor bugfix release.

Changes:

  • Fix bug in connection loss error handling for RyverWS. In previous releases, sometimes during the connection loss error handlers, an asyncio.InvalidStateError may be thrown, caused by calling Future.set_exception() on a future that's already done. This release fixes this bug.