@seidor-cloud-produtos/orbit-backend-lib 2.0.122 → 2.0.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -350,7 +350,6 @@ class AmqpQueue {
|
|
|
350
350
|
async treatReconnection(vHost) {
|
|
351
351
|
this.logger.info('⛔ Connection Error!!');
|
|
352
352
|
this.logger.info(`🔄 Try connection to the vHost ${vHost}`);
|
|
353
|
-
await this.close().catch(() => null);
|
|
354
353
|
await this.connect(vHost);
|
|
355
354
|
await this.reconnectionChannels();
|
|
356
355
|
await this.publishMessagesOfMemory();
|