Hi team,
I’m not sure whom to reach out to regarding a question about a gRPC version upgrade.
Earlier, I was using gRPC version 1.68.3. In that version, regardless of the type of client disconnection —
Client reload
Client flapping
Client power-off
— the onError callback was being invoked.
After upgrading to gRPC version 1.73.0, onError is no longer being called for any of these disconnection scenarios. I have been able to handle scenarios #1 and #2 using a ServerTransportMonitor, but I am not able to handle scenario #3 (client power-off from the switch).
Is this a known change or a regression? I’m curious to understand why this behavior has changed with the version upgrade.
Thanks in advance for your help.
Best regards,
Vasanth