From 2b861b63e20e5b0640afb9cdff61dae8f38ce3d7 Mon Sep 17 00:00:00 2001 From: Johnson Lu Date: Mon, 13 Jan 2025 18:49:25 -0800 Subject: [PATCH] Add last_endpoint_id to AutoReconnectFrame PiperOrigin-RevId: 715189500 --- 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 106b4854..d4e2fed0 100644 --- a/connections/implementation/proto/offline_wire_formats.proto +++ b/connections/implementation/proto/offline_wire_formats.proto @@ -426,6 +426,7 @@ message AutoReconnectFrame { } optional string endpoint_id = 1; optional EventType event_type = 2; + optional string last_endpoint_id = 3; } message MediumMetadata {