You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The catch exception is catching all IOExceptions, however close makes an internal call to com.rabbitmq.client.AlreadyClosedException which is a child of RunTime exception, so it never gets caught.
The text was updated successfully, but these errors were encountered:
https://github.com/storm-amqp/storm-amqp-spout/blob/master/src/main/java/com/rapportive/storm/spout/AMQPSpout.java#L217
The catch exception is catching all IOExceptions, however close makes an internal call to com.rabbitmq.client.AlreadyClosedException which is a child of RunTime exception, so it never gets caught.
The text was updated successfully, but these errors were encountered: