You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trove:AddPromise does not cancel a promise object returned by Promise.delay when the trove object is cleaned up or when the Promise object is removed. This is unexpected behavior given the documentation for Trove:AddPromise (i) and Promise.delay (ii):
(i) "Gives the promise to the trove, which will cancel the promise if the trove is cleaned up or if the promise is removed."
(ii) "Returns a Promise that resolves after seconds seconds have passed. The Promise resolves with the actual amount of time that was waited."
I would have expected Trove:AddPromise to cancel the Promise object that is returned by Promise.delay.
The text was updated successfully, but these errors were encountered:
LDGerrits
changed the title
AddPromise does not cancel a Promise returned by Promise.delay when the trove object is cleaned up or when the Promise object is removed
AddPromise does not cancel a Promise returned by Promise.delay
Dec 5, 2024
LDGerrits
changed the title
AddPromise does not cancel a Promise returned by Promise.delay
:AddPromise does not cancel a Promise object returned by Promise.delay
Dec 5, 2024
Trove:AddPromise
does not cancel a promise object returned byPromise.delay
when the trove object is cleaned up or when the Promise object is removed. This is unexpected behavior given the documentation forTrove:AddPromise
(i) andPromise.delay
(ii):(i) "Gives the promise to the trove, which will cancel the promise if the trove is cleaned up or if the promise is removed."
(ii) "Returns a Promise that resolves after seconds seconds have passed. The Promise resolves with the actual amount of time that was waited."
I would have expected
Trove:AddPromise
to cancel the Promise object that is returned byPromise.delay
.The text was updated successfully, but these errors were encountered: