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 c09d083 commit c3bbb38Copy full SHA for c3bbb38
src/com/rabbitmq/client/impl/MethodArgumentWriter.java
@@ -59,6 +59,7 @@ public class MethodArgumentWriter
59
public MethodArgumentWriter(DataOutputStream out)
60
{
61
this.out = new ValueWriter(out);
62
+ resetBitAccumulator();
63
}
64
65
/** Private API - called to reset the bit group variables. */
0 commit comments