From 12346928ef4dc7784c409c529cbf9e7bdc036fc7 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 5 Oct 2023 12:10:07 -0700 Subject: [PATCH] fix auto-resume logging issue PiperOrigin-RevId: 571093232 --- proto/connections_enums.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 072b4625..6873d7dc 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -169,6 +169,7 @@ enum DisconnectionReason { UPGRADED = 4; SHUTDOWN = 5; UNFINISHED = 6; + PREV_CHANNEL_DISCONNECTION_IN_RECONNECT = 7; } // The type of a Payload.