@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/runtime",
3
- "version": "2.59.0-rc.30",
3
+ "version": "2.59.0-rc.31",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -77,9 +77,8 @@ export class ServiceManager extends ProcessorServiceImpl {
77
77
  requests: AsyncIterable<ProcessStreamRequest>,
78
78
  subject: Subject<DeepPartial<ProcessStreamResponse>>
79
79
  ) {
80
+ let lastBinding: DataBinding | undefined = undefined
80
81
  for await (const request of requests) {
81
- let lastBinding: DataBinding | undefined = undefined
82
-
83
82
  try {
84
83
  // console.debug('received request:', request)
85
84
  if (request.binding) {