Skip to content

Conversation

@parfeon
Copy link
Contributor

@parfeon parfeon commented Apr 22, 2025

fix(retry): shouldn't retry on bad access denied and bad request

Fixed issue because of which client retried for both bad request and access denied.

refactor(subscription): add channels and groups to connected status

Add current list of channels and groups to connected status.

Fixed issue because of which client retried for both bad request and access denied.

refactor(subscription): add channels and groups to connected status

Add current list of channels and groups to connected status.
@parfeon parfeon added status: done This issue is considered resolved. priority: high This PR should be reviewed ASAP. type: fix This PR contains fixes to existing features. labels Apr 22, 2025
@parfeon parfeon self-assigned this Apr 22, 2025
else if (isExcludedRequest(req, excluded)) return false;
if (errorCategory) {
if (
errorCategory === StatusCategory.PNCancelledCategory ||
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to see this at one place

@parfeon
Copy link
Contributor Author

parfeon commented Apr 22, 2025

@pubnub-release-bot release

@parfeon parfeon merged commit b8e1af9 into master Apr 22, 2025
7 checks passed
@parfeon parfeon deleted the fix/retry-policy branch April 22, 2025 12:52
@pubnub-release-bot
Copy link
Contributor

🚀 Release successfully completed 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: high This PR should be reviewed ASAP. status: done This issue is considered resolved. type: fix This PR contains fixes to existing features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants