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
the get_forward_progress_guarantee query is not a forwarding query (by design). an adaptor like then, which doesn't effect a sender's forward progress guarantee, should forward that query explicitly.
Activity
ericniebler commentedon May 16, 2025
i suppose the function passed to
then
could actually block, which would be bad. needs thought, and an audit of the adaptors.