We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1271c42 commit efe8d0aCopy full SHA for efe8d0a
lib/state/connection/connection_cubit.dart
@@ -46,7 +46,7 @@ class ConnectionCubit extends Cubit<ConnectionState> {
46
late final BaseAPI? _api;
47
48
// In some devices like Samsung J6 or Huawei Y7, the call manager doesn't response to the ping call less than 5 sec.
49
- final Duration _pingTimeout = const Duration(seconds: 1);
+ final Duration _pingTimeout = const Duration(seconds: 5);
50
51
final Duration _connectivityCheckInterval = const Duration(seconds: 5);
52
0 commit comments