Skip to content

Commit

Permalink
Trigger session dataTask execution with method resume when using star…
Browse files Browse the repository at this point in the history
…tDataTaskWithCheckedThrowingContinuation method
  • Loading branch information
tiagoxdcamindera committed Oct 28, 2022
1 parent 2809541 commit ab6a8f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class RXSDataConnection: DataConnection{
}else{
continuation.resume(with: .success(nil))
}
}
}.resume()
}
}

Expand Down

0 comments on commit ab6a8f2

Please sign in to comment.