mirror of
https://github.com/Grace-Solutions/PSMinIO.git
synced 2026-07-26 23:08:13 +00:00
Fix threading issues in HTTP operations
- Resolved PowerShell cmdlet method calls from background threads - Wrapped HTTP operations in Task.Run for proper thread context - Fixed progress callback threading issues in upload/download - Enhanced error handling with thread-safe logging - All functionality now working: connection, buckets, upload, download - Content verification passing with proper progress tracking Threading fix ensures PowerShell cmdlet methods are only called from main thread, eliminating 'WriteObject and WriteError methods cannot be called from outside' errors.
This commit is contained in:
Binary file not shown.
Reference in New Issue
Block a user