Closed sgerbino closed 3 years ago
When handling messages from AMQP, we should protect the parsing of them with try/catch.
Observed bug: Sending True instead of true for a boolean
True
true
When handling messages from AMQP, we should protect the parsing of them with try/catch.