grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management".

Open markb74 opened this issue 3 years ago • 0 comments

The default idle timer of 30 minutes is inappropriate for cross-process Android bindings, so use a more aggressive default.

Also, add an option to enable "strictLifecycleManagement" on a binder-based channel. The intention is that should should be used from processes with privileged procrank, where relying on an idle timer would create system-health problems

markb74 avatar Aug 24 '22 09:08 markb74