Skip to content

v1.3.2 - Asyncio bugfix

Compare
Choose a tag to compare
@Askaholic Askaholic released this 28 Jan 18:57
· 259 commits to develop since this release
0ea040f

Summary

Due to a refactor and a bug in asyncio its self, some of the code could throw an unexpected error if two messages were being sent over the same protocol object at the same time. This error would then propagate out to the calling code and cause functions to exit early. As a result, sometimes the game's list wouldn't be cleaned up properly causing in absurd game counts like Currently hosting 1234 players and running 2253 games.

Pull Requests

  • Asyncio drain fix (#522)