vert-x3 / vertx-amqp-client

An AMQP client for Vert.x
Apache License 2.0
17 stars 18 forks source link

Dont't throw IllegalStateException in AmqpMessageImpl#isBodyNull() when body contains binary data #59

Closed sebthom closed 3 years ago

sebthom commented 3 years ago

Fix vert-x3/vertx-amqp-client#53

vietj commented 3 years ago

@cescoffier @gemmellr can one of your review this sort PR ?

gemmellr commented 3 years ago

Looks good to me, merged it.