quickfast
quickfast copied to clipboard
Issue with 'ReceiverTypes.BUFFER_RECEIVER'.
I`m trying to read fast messages from memory buffer. I use
'ReceiverTypes.BUFFER_RECEIVER' for this purpose.
When memory buffer contains only one fast message everything is OK. But when
there are more than one message, first one is decoded OK and then I receive the
error:
"Decode error: [ERR D2] Unsigned Integer Field overflow... Field: NoMDEntries"
I tried to set reset field as 'true' but it did not help.
Template file in attach.
Can anyone help my?
Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 9:04
Attachments:
Use the echo options on the DataSource to echo data to a file as it is being
decoded. That might help you determine what QuickFAST is doing when it sees
the overflow.
Dale
Original comment by [email protected] on 29 Mar 2013 at 8:02
- Changed state: Acknowledged