From 4e961082075831cabb218eebad7aa75569e83372 Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Mon, 5 Dec 2022 16:03:46 +0300 Subject: [PATCH] Chat Fixes & User Chat Counter --- lib/ui/landing/dashboard_screen.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ui/landing/dashboard_screen.dart b/lib/ui/landing/dashboard_screen.dart index e1250b4..8c1bdfe 100644 --- a/lib/ui/landing/dashboard_screen.dart +++ b/lib/ui/landing/dashboard_screen.dart @@ -65,10 +65,9 @@ class _DashboardScreenState extends State { hubConnection = await data.getHubConnection(); await hubConnection.start(); hubConnection.onreconnecting(({Exception? error}) { - print("============== Reconnecting ======================"); + print("============== Reconnecting Hub ======================"); data.getUserAutoLoginToken().whenComplete(() { buildHubConnection(); - data.notifyListeners(); }); }); }