Skip to content

The parsing of List<String> failed from the message in ResponseHandlerImpl.java #39

@Memory-of-Snow

Description

@Memory-of-Snow

Describe the bug
Even if the message is received successfully, parsing from the message to List fails in ResponseHandlerImpl.

Expected behavior
The message to be parsed into a List.

Additional context
The received message is a string surrounded by square brackets [], and it is not in JSON format, so it cannot be converted to String[] using objectMapper.readValue(message, String[].class).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions