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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated encoder put method for constant enum field incorrectly mutates the underlying buffer at offset 0. Decoder works as expected.
put
<message id="11" name="NewOrderSingleMarket" description="New Market Order inbound to Aquarius"> <field description="" id="1" name="OrdType" presence="constant" type="OrdType" valueRef="OrdType.MarketWithProtection"/>
public NewOrderSingleMarketEncoder ordType(OrdType value) { this.buffer.putByte(this.offset + 0, (byte)value.value()); return this; }
The text was updated successfully, but these errors were encountered:
[Java]: issue #670. Check field token for constant encoding on enum.
9613148
[Java]: issue aeron-io#670. Check field token for constant encoding o…
c10b1f7
…n enum.
No branches or pull requests
Generated encoder
put
method for constant enum field incorrectly mutates the underlying buffer at offset 0. Decoder works as expected.The text was updated successfully, but these errors were encountered: