Skip to content

v1.2.5

Compare
Choose a tag to compare
@hschneider hschneider released this 17 Feb 18:40
· 7 commits to master since this release

Kicked out asyncio and simple-websocket, embraced websocket-client.
Long running tasks just run in the background and their progress does not need to be polled anymore.

Breaking changes:

  • main.py: ext.run(processAppEvent) replaces its async call.
  • No more passive polling from JS for long running tasks. All polling-related code has been removed.