From 4ffcca8559ee3c68c110cc9d725abe3b1a0183de Mon Sep 17 00:00:00 2001 From: _ <> Date: Sun, 10 Oct 2021 18:31:52 +0000 Subject: [PATCH] :recycle: refactor --- prototypes/ptth_quic_client_gui/src/main.rs | 64 +++++++++++---------- 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/prototypes/ptth_quic_client_gui/src/main.rs b/prototypes/ptth_quic_client_gui/src/main.rs index 4d37f3e..e33b8e1 100644 --- a/prototypes/ptth_quic_client_gui/src/main.rs +++ b/prototypes/ptth_quic_client_gui/src/main.rs @@ -39,8 +39,20 @@ enum Message { struct GuiClient <'a> { rt: &'a Runtime, frame_status: Frame, - forwarding_instances: Vec