@sentio/runtime 2.59.0-rc.30 → 2.59.0-rc.31
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
@@ -26324,8 +26324,8 @@ var ServiceManager = class extends ProcessorServiceImpl {
|
|
26324
26324
|
}
|
26325
26325
|
contexts = new Contexts();
|
26326
26326
|
async handleRequests(requests, subject) {
|
26327
|
+
let lastBinding = void 0;
|
26327
26328
|
for await (const request3 of requests) {
|
26328
|
-
let lastBinding = void 0;
|
26329
26329
|
try {
|
26330
26330
|
if (request3.binding) {
|
26331
26331
|
process_binding_count.add(1);
|