tryexceptpass / sofi

an OS agnostic UI module for Python
MIT License
387 stars 49 forks source link

Moving away from autobahn #91

Closed tryexceptpass closed 6 years ago

tryexceptpass commented 6 years ago

After a long while of trying to get autobahn to run from a different asyncio event loop thread and realizing there are months-old bugs on that, I dumped it in favor of the websockets library. They also have an API that's considerably better for asyncio servers.