fix: add tls override for websockets incase of self signed certs

This commit is contained in:
cogwheel0
2025-10-11 16:17:35 +05:30
parent e166a05af1
commit 7d4aca1944
7 changed files with 90 additions and 4 deletions

View File

@@ -62,7 +62,8 @@ class PersistentStreamingService with WidgetsBindingObserver {
_saveStreamStatesForRecovery();
};
_backgroundHandler.onBackgroundTaskExtended = (streamIds, estimatedSeconds) {
_backgroundHandler
.onBackgroundTaskExtended = (streamIds, estimatedSeconds) {
DebugLogger.stream(
'PersistentStreaming: Background task extended for $estimatedSeconds seconds',
);