Skip to content

1.2.2 (2024-09-13)

Latest
Compare
Choose a tag to compare
@tarasko tarasko released this 12 Sep 23:53
· 9 commits to master since this release
  • Fix: picows wasn't working on windows with asyncio and python<=3.10 because data_received callback gets bytearray object instead of bytes.
  • Fix: ws_connect was throwing TimeoutError on handshake timeouts, changed to asyncio.TimeoutError just to be consistent with the rest asyncio behaviour