wsp-ms-core 1.1.12 → 1.1.13

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.
package/dist/index.cjs CHANGED
@@ -1826,6 +1826,7 @@ var KafkaManager = class extends EventManager {
1826
1826
  ]
1827
1827
  });
1828
1828
  await this.producer.disconnect();
1829
+ this.producerConnected = false;
1829
1830
  } catch (error) {
1830
1831
  throw new InternalError(error.toString());
1831
1832
  }