vert-x3 / vertx-amqp-client

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

AmqpConnection methods should check connection availability #31

Closed vietj closed 4 years ago

vietj commented 4 years ago

A few methods in AmqpConnection will assume that the proton connection is never null and fail with an NPE instead of properly reporting the error to the completion handler.