I'm wanting to adjust the idle timeout for a gRPC channel (i.e. the time required for the channel to move from a READY state to an IDLE state, as per the core specs <https://grpc.github.io/grpc/core/md_doc_connectivity-semantics-and-api.html>) in grpc-js.
gRPC core suggests there's a GRPC_ARG_CLIENT_IDLE_TIMEOUT_MS <https://grpc.github.io/grpc/core/group__grpc__arg__keys.html#ga51ab062269cd81298f5adb6fd9a45e99> to change this value (currently defaulting to 300 seconds). I expected this to be part of ChannelOptions or ClientOptions in grpc-js, but couldn't find anything. Is there a way to adjust this? -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/2ec8eb2a-132e-40e6-b3c2-a3081922f8aan%40googlegroups.com.
