@nxtedition/deepstream.io-client-js 30.0.0 → 30.0.1

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": "30.0.0",
3
+ "version": "30.0.1",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "type": "module",
@@ -256,7 +256,7 @@ export default class Listener {
256
256
 
257
257
  _reset() {
258
258
  for (const provider of this._subscriptions.values()) {
259
- provider.stop()
259
+ provider.dispose()
260
260
  }
261
261
  this._subscriptions.clear()
262
262
  }
@@ -46,6 +46,7 @@ class Observer {
46
46
 
47
47
  this.#version = version
48
48
  }
49
+
49
50
  error(err) {
50
51
  this.#listener._error(this.#name, err)
51
52
  this.#listener._connection.sendMsg(this.#listener._topic, C.ACTIONS.LISTEN_REJECT, [