@nxtedition/deepstream.io-client-js 23.4.22 → 23.4.23

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": "@nxtedition/deepstream.io-client-js",
3
- "version": "23.4.22",
3
+ "version": "23.4.23",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "bugs": {
@@ -395,6 +395,7 @@ class RecordHandler {
395
395
  const onUpdate = (record) => {
396
396
  if (signal?.aborted) {
397
397
  o.error(new utils.AbortError())
398
+ return
398
399
  }
399
400
 
400
401
  if (state && record.state < state) {