Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Fix deadlock: call_method in service now allows threads. (#1760
) If service and client are located in the same process, the previous implementation of `call_method` caused deadlocks due to the GIL.
- Loading branch information