Skip to content

Checksum detection fix doesn't work with EventDataWrapper #258

Closed
@tharanga

Description

@tharanga

The fix for #256 (commit 68c0ec7) fails when we set NullEventDataDeserializer for format descriptor events. Attached is the patch to a test which triggers this failure.

EventDataWrapper.deserialize() method reads the whole inputStream which leads to this failure in EventDeserializer. This doesn't happen with FormatDescriptionEventData as that deserialize method just read required parts from inputStream instead of the whole stream.

null_format.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions