v0.3.2
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.