Ignore packet loss errors [skip ci]
OmarHatem committed
Mar 10, 2025 at 14:13 UTC
1e4dbb5bc9a9e882d1ce0dbbc0c447fbe9d131fe
1 file changed
+1
lib/utils/exception_handler.dart
+1
@@ -217,6 +217,7 @@ class ExceptionHandler {
217
"invalid signature",
218
"invalid password",
219
"NetworkImage._loadAsync",
220
+ "SSLV3_ALERT_BAD_RECORD_MAC",
221
// Temporary ignored, More context: Flutter secure storage reads the values as null some times
222
// probably when the device was locked and then opened on Cake
223
// this is solved by a restart of the app