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
Summary:
Pull Request resolved: #1670
These are not currently cancellation safe because dropping the rx will cause messages to be undelivered, supervision to kick in, and the job to fail.
Instead, we thread through a cancellation token so that we can safely cancel these tasks, resolving the race.
ghstack-source-id: 318994668
Reviewed By: dulinriley
Differential Revision: D85577198
fbshipit-source-id: dcf3d5f91cd95c5f783131ed9511eda1db045efc
0 commit comments