Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong sequence number in
MsgTimeoutOnClose
(#3440)
The MsgTimeoutOnClose requires sequence of dstchannel.NextRecv in ordered channels, rather than packet.Sequence. The code above resolve the sequence for ordered and unordered, just while creating msg it is ignored. Signed-off-by: Puneet <[email protected]>
- Loading branch information