Closed scottwittenburg closed 3 years ago
In addition to removing twisted and autobahn dependencies from wslink, this PR has a number of other benefits:
twisted
autobahn
aiohttp
server.create_server()
twisted.internet.reactor.callLater
Some remaining todo items:
python/src/tests/testWSProtocol.py
It is not easy to look at the diff but seems reasonable... Going to look at the code locally to see if I see any missing part.
In addition to removing
twisted
andautobahn
dependencies from wslink, this PR has a number of other benefits:aiohttp
server.create_server()
)twisted.internet.reactor.callLater
with wslink.schedule_callback`)Some remaining todo items:
python/src/tests/testWSProtocol.py