@seidor-cloud-produtos/orbit-backend-lib 2.0.120 → 2.0.121

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.
@@ -349,8 +349,7 @@ class AmqpQueue {
349
349
  async treatReconnection(vHost) {
350
350
  this.logger.info('⛔ Connection Error!!');
351
351
  this.logger.info(`🔄 Try connection to the vHost ${vHost}`);
352
- await this.close().catch(() => null);
353
- AmqpQueue.instance = await this.connect(vHost);
352
+ await this.connect(vHost);
354
353
  await this.reconnectionChannels();
355
354
  await this.publishMessagesOfMemory();
356
355
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seidor-cloud-produtos/orbit-backend-lib",
3
- "version": "2.0.120",
3
+ "version": "2.0.121",
4
4
  "description": "Internal lib for backend components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",