@event-driven-io/emmett-postgresql 0.43.0-beta.3 → 0.43.0-beta.4
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -5104,10 +5104,10 @@ var postgreSQLEventStoreConsumer = (options) => {
|
|
|
5104
5104
|
if (messagePuller) {
|
|
5105
5105
|
_optionalChain([abortController, 'optionalAccess', _141 => _141.abort, 'call', _142 => _142()]);
|
|
5106
5106
|
await messagePuller.stop();
|
|
5107
|
-
messagePuller = void 0;
|
|
5108
|
-
abortController = null;
|
|
5109
5107
|
}
|
|
5110
5108
|
await start;
|
|
5109
|
+
messagePuller = void 0;
|
|
5110
|
+
abortController = null;
|
|
5111
5111
|
await stopProcessors();
|
|
5112
5112
|
};
|
|
5113
5113
|
const init = async () => {
|