@nxtedition/deepstream.io-client-js 24.1.4 → 24.1.5

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": "24.1.4",
3
+ "version": "24.1.5",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "bugs": {
@@ -100,6 +100,7 @@ class Listener {
100
100
  error: (err) => {
101
101
  this._error(name, err)
102
102
  this._connection.sendMsg(this._topic, C.ACTIONS.LISTEN_REJECT, [this._pattern, name])
103
+ this._subscriptions.delete(name)
103
104
  },
104
105
  })
105
106
  this._subscriptions.set(name, subscription)