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
Although basic.ack is async, the channel could have already closed before we get to the txCommit(). There are several similar looking try/catch blocks in this class, but they all check the expression inside the try fails, not the expression immediately before it.
0 commit comments