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
[Python] Fix deadlock: call_method in service now allows threads. (#1760) (#1762)
If service and client are located in the same process, the previous implementation of `call_method` caused deadlocks due to the GIL.
Co-authored-by: Peguen <73380451+Peguen@users.noreply.github.com>