@sentio/runtime 2.57.13-rc.5 → 2.57.13-rc.7
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/lib/processor-runner.js
CHANGED
@@ -26315,7 +26315,7 @@ var ServiceManager = class extends ProcessorServiceImpl {
|
|
26315
26315
|
const binding = request3.binding;
|
26316
26316
|
const dbContext = this.contexts.new(request3.processId, subject);
|
26317
26317
|
const start = Date.now();
|
26318
|
-
|
26318
|
+
this.process(binding, dbContext).then(async (result) => {
|
26319
26319
|
subject.next({
|
26320
26320
|
result,
|
26321
26321
|
processId: request3.processId
|