pusher / pusher-js

Pusher Javascript library
http://pusher.com
MIT License
2.12k stars 374 forks source link

fix(worker): return the right status in pusher worker #681

Closed soufDev closed 1 year ago

soufDev commented 1 year ago

What does this PR do?

[Description here] When we receive a subscription:error event espacially when the token expires we receive status 200 instead of 401, we did a local patch in our end its working fine with these change proposed here

Checklist

CHANGELOG