Swift Concurrency: Task Cancellation Not Working in iOS 17 with Combine
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-24
swift combine async-await
I'm encountering an issue with task cancellation in my SwiftUI app that uses Combine for reactive programming. I have a scenario where I initiate a network requ...