Skip to content

v0.3.2

Compare
Choose a tag to compare
@tylertian123 tylertian123 released this 08 Sep 04:54
· 32 commits to master since this release

This release fixes a critical bug with the realtime websocket API that would rarely cause it to get stuck in an infinite loop while generating a ton of log messages when there is an unexpected connection loss not caught by the ping routine. As a result of this fix, the @RyverWS.on_error decorator's functionality has been removed and is now deprecated.

It is highly recommended to update to this release or a later version to avoid generating over 200MB in log files.

Some additional features include implementing __getitem__() for WSMessageData objects for limited backwards compatibility, and various improvements to documentation.