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.js
CHANGED
|
@@ -1888,6 +1888,7 @@ var DefaultMysqlInboxRunner = class {
|
|
|
1888
1888
|
var DefaultMysqlInboxProcessor = class {
|
|
1889
1889
|
constructor(uowFactory) {
|
|
1890
1890
|
this.uovFactory = uowFactory;
|
|
1891
|
+
this.handlers = /* @__PURE__ */ new Map();
|
|
1891
1892
|
}
|
|
1892
1893
|
async sleep() {
|
|
1893
1894
|
return new Promise((r) => setTimeout(r, 5e3));
|