fix: add tls override for websockets incase of self signed certs
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user