zabuldon / teslajsonpy

Apache License 2.0
57 stars 62 forks source link

fix: avoid calling create_default_context unless needed #474

Closed bdraco closed 1 month ago

bdraco commented 3 months ago

create_default_context does blocking I/O in the event loop

related issue https://github.com/alandtse/tesla/issues/1029