TF-3323 Make sure that web socket connection can be reconnected in some case
This commit is contained in:
@@ -379,6 +379,7 @@ abstract class BaseController extends GetxController
|
||||
|
||||
void injectWebSocket(Session? session, AccountId? accountId) {
|
||||
try {
|
||||
log('$runtimeType::injectWebSocket:');
|
||||
requireCapability(
|
||||
session!,
|
||||
accountId!,
|
||||
|
||||
Reference in New Issue
Block a user