-
- Downloads
Fix a thread leak bug.
Successful operations were leaking the thread used for expiration monitoring. This change ensures that the ExpirationManager for the operation always has its abort() method called when the TerminationManager for the operation judges the operation to have terminated.
Showing
- src/python/src/grpc/framework/base/packets/_ends.py 2 additions, 0 deletionssrc/python/src/grpc/framework/base/packets/_ends.py
- src/python/src/grpc/framework/base/packets/_interfaces.py 6 additions, 0 deletionssrc/python/src/grpc/framework/base/packets/_interfaces.py
- src/python/src/grpc/framework/base/packets/_termination.py 5 additions, 0 deletionssrc/python/src/grpc/framework/base/packets/_termination.py
- src/python/src/grpc/framework/face/testing/blocking_invocation_inline_service_test_case.py 5 additions, 4 deletions...e/testing/blocking_invocation_inline_service_test_case.py
Loading
Please register or sign in to comment