From 5e977445ee18f877727a7601c715e2fb45a8dce4 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 6 Jan 2023 17:25:11 -0800 Subject: [PATCH] Improve websocket reconnect robustness (#706) Replace with stripped down NT4 client Co-authored-by: Mohammad Durrani <46766905+mdurrani808@users.noreply.github.com> --- photon-client/src/App.vue | 52 +++----- .../src/mixins/global/dataHandleMixin.js | 10 +- .../src/plugins/ReconnectingWebsocket.js | 74 +++++++++++ photon-client/src/plugins/objectDiff.js | 121 ------------------ photon-client/src/views/CamerasView.vue | 2 +- photon-client/src/views/PipelineView.vue | 10 +- .../src/views/PipelineViews/ThresholdTab.vue | 2 +- 7 files changed, 109 insertions(+), 162 deletions(-) create mode 100644 photon-client/src/plugins/ReconnectingWebsocket.js delete mode 100644 photon-client/src/plugins/objectDiff.js diff --git a/photon-client/src/App.vue b/photon-client/src/App.vue index e8c3c336c..99a9416fe 100644 --- a/photon-client/src/App.vue +++ b/photon-client/src/App.vue @@ -134,7 +134,7 @@