We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620ec5c commit ed4c236Copy full SHA for ed4c236
Sources/ComposableArchitecture/Effects/Cancellation.swift
@@ -47,6 +47,7 @@ extension Effect {
47
cancellationCancellable = AnyCancellable {
48
cancellablesLock.sync {
49
cancellationSubject.send(())
50
+ cancellationSubject.send(completion: .finished)
51
cancellationCancellables[id]?.remove(cancellationCancellable)
52
if cancellationCancellables[id]?.isEmpty == .some(true) {
53
cancellationCancellables[id] = nil
0 commit comments