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

Subscriber idle request reconnect and documentation fix #398

Merged
merged 1 commit into from
Jun 27, 2019

Conversation

parfeon
Copy link
Contributor

@parfeon parfeon commented Jun 26, 2019

🛠 subscriber: fix subscribe request timeout missing 'reconnect' event

When maximum subscribe request idle timeout reached, request fail with
timeout error. PubNub SDK report unexpected disconnection and retry
request. Because of issue (fixed) 'reconnect' event will be sent only at double
time of configured subscribe request idle time.

🛠 configuration: fix heartbeat value on configuration copy

Event when value not has been set, it was reset to minimum value (20) on
configuration object copy. This has been fixed by direct assign to ivar.

🛠 documentation: fix outdated configuration object inline help documentation

Fix default origin and minimum heartbeat value information in PNConfiguration
header (CE-3743).

When maximum subscribe request idle timeout reached, request fail with
timeout error. PubNub SDK report unexpected disconnection and retry
request. Because of issue (fixed) 'reconnect' event will be sent only at double
time of configured subscribe request idle time (CE-3744)

fix(configuration): fix heartbeat value on configuration copy

Event when value not has been set, it was reset to minimum value (20) on
configuration object copy. This has been fixed by direct assign to ivar.

fix(documentation): fix outdated configuration object inline help documentation

Fix default origin and minimum heartbeat value information in PNConfiguration
header (CE-3743).
@parfeon parfeon requested a review from davidnub June 26, 2019 22:33
@parfeon parfeon self-assigned this Jun 26, 2019
Copy link

@davidnub davidnub left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@parfeon parfeon merged commit f566218 into develop Jun 27, 2019
@parfeon parfeon deleted the fix/CE-3743-CE-3744-subscriber-documentation branch June 27, 2019 19:51
parfeon added a commit that referenced this pull request Jun 29, 2019
* fix: fix listeners list inherit race of conditions (#395)

Fix issue because of which listener from which listenres has been inherited able to
clean it before new listener will get that list (because new one make call on async
private queue).

* Removing version under the supported platform (#397)

* fix(subscriber): fix subscribe request timeout missing 'reconnect' event (#398)

When maximum subscribe request idle timeout reached, request fail with
timeout error. PubNub SDK report unexpected disconnection and retry
request. Because of issue (fixed) 'reconnect' event will be sent only at double
time of configured subscribe request idle time (CE-3744)

fix(configuration): fix heartbeat value on configuration copy

Event when value not has been set, it was reset to minimum value (20) on
configuration object copy. This has been fixed by direct assign to ivar.

fix(documentation): fix outdated configuration object inline help documentation

Fix default origin and minimum heartbeat value information in PNConfiguration
header.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants