PimDoos / onesmartcontrolha

Home Assisttant integration for One Smart Control server
Apache License 2.0
4 stars 1 forks source link

Fix Segmentation fault / aborted error #17

Closed PimDoos closed 1 year ago

PimDoos commented 1 year ago

Moved the socket implementation over from sslsockets to asyncio streams, as the low-level socket interface was a pain to keep threadsafe.

PimDoos commented 1 year ago

Tested and works in dev