wsp-ms-core 1.0.96 → 1.0.97
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1962,6 +1962,7 @@ var DefaultMysqlInboxRunner = class {
|
|
|
1962
1962
|
var DefaultMysqlInboxProcessor = class {
|
|
1963
1963
|
constructor(uowFactory) {
|
|
1964
1964
|
this.uovFactory = uowFactory;
|
|
1965
|
+
this.handlers = /* @__PURE__ */ new Map();
|
|
1965
1966
|
}
|
|
1966
1967
|
async sleep() {
|
|
1967
1968
|
return new Promise((r) => setTimeout(r, 5e3));
|