Skip to content

Commit c3bbb38

Browse files
author
Matthias Radestock
committed
D'oh!
1 parent c09d083 commit c3bbb38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/rabbitmq/client/impl/MethodArgumentWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public class MethodArgumentWriter
5959
public MethodArgumentWriter(DataOutputStream out)
6060
{
6161
this.out = new ValueWriter(out);
62+
resetBitAccumulator();
6263
}
6364

6465
/** Private API - called to reset the bit group variables. */

0 commit comments

Comments
 (0)