xbox-webapi-python icon indicating copy to clipboard operation
xbox-webapi-python copied to clipboard

Allow passing an SSLContext instead of creating a new one.

Open dcmeglio opened this issue 1 year ago • 0 comments

This change is to fix https://github.com/home-assistant/core/issues/133965 due to creating an SSLContext that does blocking IO. This adds an optional parameter to SignedSession to allow passing in an existing context.

dcmeglio avatar Dec 29 '24 00:12 dcmeglio