@seidor-cloud-produtos/orbit-backend-lib 2.0.122 → 2.0.123

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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seidor-cloud-produtos/orbit-backend-lib",
3
- "version": "2.0.122",
3
+ "version": "2.0.123",
4
4
  "description": "Internal lib for backend components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",