-
With the 4.x version, with a few endpoints, I used to check inside the receiveValue if the returned data was new or if it was already cached from a previous execution of the same endpoint. Is there a way to force the task completion with ver 5.x? Remove all the items inside the bin will result in a total cancellation of the task, without prompting the completion callback. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @biox86, You can use Combine |
Beta Was this translation helpful? Give feedback.
Hey @biox86,
You can use Combine
Publisher
handleEvents
to detect cancellation, etc.