You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…mission errors, this changes the behaviour to match other client implementations. Note that in some cases (like pub/req permissions) the only way to know that there was a permission error is via the status. On subscriptions, if callback, the `err` argument will provide the same.
[FIX] on iterators, if a permission error triggered, the connection was closed, but the promise from the subscription backing it, remained pending.
Fixes#265
…mission errors, this changes the behaviour to match other client implementations. Note that in some cases (like pub/req permissions) the only way to know that there was a permission error is via the status. On subscriptions, if callback, the `err` argument will provide the same. (#267)
[FIX] on iterators, if a permission error triggered, the connection was closed, but the promise from the subscription backing it, remained pending.
Fixes#265
The JavaScript client since 2.0 deviates from standard practice of allowing clients to keep connected when pub/sub pub/sub permissions are raised.
The text was updated successfully, but these errors were encountered: