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
chore: propagate RuntimeException from DelayedReadContext (#3150)
Propagate the underlying cause of the ExecutionException as
a RuntimeException directly, if this is already a RuntimeException.
This keeps the behavior of multiplexed sessions and regular
sessions equal, regardless whether the Delayed... route is
taken for multiplexed sessions, or the direct route is used.
Fixes#3132
0 commit comments