Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix automatic heartbeatInterval set #378

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

parfeon
Copy link
Contributor

@parfeon parfeon commented Jun 4, 2024

fix(configuration): fix automatic heartbeatInterval set

Fix issue because of which heartbeatInterval wasn't computed if presenceTimeout provided during PubNub client configuration

Fix issue because of which `heartbeatInterval` wasn't computed if `presenceTimeout` provided
during PubNub client configuration
@parfeon parfeon added status: done This issue is considered resolved. priority: medium This PR should be reviewed after all high priority PRs. type: fix This PR contains fixes to existing features. labels Jun 4, 2024
@parfeon parfeon self-assigned this Jun 4, 2024
Copy link
Contributor

@mohitpubnub mohitpubnub left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -82,5 +83,26 @@ describe('components/config', () => {
pubnub.setUUID(' ');
});
});

it('heartbeatInterval not set if presenceTimeout not set', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍🏻

@parfeon
Copy link
Contributor Author

parfeon commented Jun 5, 2024

@pubnub-release-bot release

@parfeon parfeon merged commit 78744e1 into master Jun 5, 2024
7 checks passed
@parfeon parfeon deleted the CLEN-2080/fix-presence-interval-from-heratbeat branch June 5, 2024 09:51
@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: medium This PR should be reviewed after all high priority PRs. 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