ably / ably-python

Python client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
50 stars 24 forks source link

Make library thread safe using single eventloop, avoid multithreading #534

Open sacOO7 opened 1 year ago

sacOO7 commented 1 year ago

┆Issue is synchronized with this Jira Task by Unito

sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3882

sacOO7 commented 1 year ago

Remove loop provided via clientOptions, as per guidance and spec requirement, external loops should be avoided