From 45ee0d0df3b479667421da6cd5dcd4add2d965bb Mon Sep 17 00:00:00 2001 From: Johnson Lu Date: Mon, 3 Mar 2025 22:04:18 -0800 Subject: [PATCH] Add version to AutoResumeFrame PiperOrigin-RevId: 733181295 --- connections/implementation/proto/offline_wire_formats.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/connections/implementation/proto/offline_wire_formats.proto b/connections/implementation/proto/offline_wire_formats.proto index 1044ecee..81a0996a 100644 --- a/connections/implementation/proto/offline_wire_formats.proto +++ b/connections/implementation/proto/offline_wire_formats.proto @@ -418,6 +418,7 @@ message AutoResumeFrame { optional EventType event_type = 1; optional int64 pending_payload_id = 2; optional int32 next_payload_chunk_index = 3; + optional int32 version = 4; } message AutoReconnectFrame {