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
deal with race condition in testing for channel closure
The client may receive & process the channel.close before txCommit is
invoked, in which case an AlreadyClosedException is thrown rather than
the expected IOException (which is what you get when the channel.close is
handled later).
0 commit comments