You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we had to copy over some pyo3-asyncio code because it only supported a spawning from a global Tokio runtime and we needed to spawn from the current one. Make sure that pyo3-async-runtimes can handle this properly.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
https://github.com/PyO3/pyo3-async-runtimes is now available as a successor to https://github.com/awestlake87/pyo3-asyncio, we should try to use it. This also may solve #300.
Note at
sdk-python/temporalio/bridge/src/runtime.rs
Lines 366 to 408 in 92b7758
The text was updated successfully, but these errors were encountered: