Currently HAP-python uses threads which, at least on a larger scale, does impact performance quite a bit. Are there plans to change to an async framework, like asyncio in the future?
Unfortunately this would also require a more recent min python version, to take full advantage of the new async syntax introduced with py3.5.
Currently
HAP-pythonuses threads which, at least on a larger scale, does impact performance quite a bit. Are there plans to change to an async framework, likeasyncioin the future?Unfortunately this would also require a more recent min python version, to take full advantage of the new async syntax introduced with py3.5.