[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
[ ] All new functionality has tests.
[x] All tests are passing.
[x] New or changed API methods have been documented.
[x] npm run format has been run
CHANGELOG
[CHANGED] specify the right status when a error is thrown, for the pusher worker instance
What does this PR do?
[Description here] When we receive a
subscription:error
event espacially when the token expires we receive status200
instead of401
, we did a local patch in our end its working fine with these change proposed hereChecklist
npm run format
has been runCHANGELOG