We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a876e commit 51edd93Copy full SHA for 51edd93
src/com/rabbitmq/client/impl/AMQConnection.java
@@ -376,11 +376,11 @@ public void start()
376
.virtualHost(_virtualHost)
377
.build());
378
} catch (IOException ioe) {
379
- setHeartbeat(0);
+ _heartbeatSender.shutdown();
380
_frameHandler.close();
381
throw ioe;
382
} catch (ShutdownSignalException sse) {
383
384
385
throw AMQChannel.wrap(sse);
386
}
0 commit comments