Chat Fixes & User Chat Counter

merge-requests/81/head
Aamir Muhammad 3 years ago
parent 0f13ab65d6
commit 4e96108207

@ -65,10 +65,9 @@ class _DashboardScreenState extends State<DashboardScreen> {
hubConnection = await data.getHubConnection();
await hubConnection.start();
hubConnection.onreconnecting(({Exception? error}) {
print("============== Reconnecting ======================");
print("============== Reconnecting Hub ======================");
data.getUserAutoLoginToken().whenComplete(() {
buildHubConnection();
data.notifyListeners();
});
});
}

Loading…
Cancel
Save