Skip to content

Deserialization hangs when there is additional repeated list in payload  #49

Description

@Havret

Describe the bug

Attempt to deserialize payload:

[
    {
        "property1": 1,
        "property2": [
            2,
            3
        ]
    }
]

For proto

message SchemaEvolutionV1 {
  int32 property_1 = 1;
}

Never completes. The process just hangs there.

Expected behavior

The payload should be deserialized without a problem. Additional property should be simply omitted.

Environment:

  • Version: [1.0.2]

Additional context

It only happens when additional property is of repeated list and when I try to deserialize the array of problematic messages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions