You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update log messages and method channel handling
- Update log message format in CustomLogger class
- Refactor main thread dispatch logic for method channel calls in Utils.swift
- Enhance error handling and main thread dispatch in OptimizelyFlutterLogger.swift
- Modify method channel creation and task queue handling in SwiftOptimizelyFlutterSdkPlugin.swift
Copy file name to clipboardExpand all lines: ios/Classes/HelperClasses/Utils.swift
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,7 @@ public class Utils: NSObject {
65
65
"url": url,
66
66
"params": logEvent asAny
67
67
]
68
-
// Dispatch to main thread for Flutter method channel call. Platform channel messages must be sent on the platform thread to avoid data loss or crashes.
0 commit comments