TF-3323 Make sure that web socket connection can be reconnected in some case

This commit is contained in:
dab246
2025-01-07 12:08:00 +07:00
committed by Dat H. Pham
parent 047df54627
commit 1689f709b5
2 changed files with 60 additions and 18 deletions
+1
View File
@@ -379,6 +379,7 @@ abstract class BaseController extends GetxController
void injectWebSocket(Session? session, AccountId? accountId) {
try {
log('$runtimeType::injectWebSocket:');
requireCapability(
session!,
accountId!,