We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2e2ae commit c26eab6Copy full SHA for c26eab6
src/com/rabbitmq/client/impl/ChannelN.java
@@ -867,7 +867,7 @@ public Tx.RollbackOk txRollback()
867
public Confirm.SelectOk confirmSelect()
868
throws IOException
869
{
870
- if (nextPublishSeqNo == 0) nextPublishSeqNo = 0;
+ if (nextPublishSeqNo == 0) nextPublishSeqNo = 1;
871
return (Confirm.SelectOk)
872
exnWrappingRpc(new Confirm.Select(false)).getMethod();
873
0 commit comments