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 listeners list inherit race of conditions #395

Merged
merged 1 commit into from
Jun 23, 2019

Conversation

parfeon
Copy link
Contributor

@parfeon parfeon commented Jun 21, 2019

🛠 fix listeners list inherit race of conditions

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).

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).
@parfeon parfeon added the bug label Jun 21, 2019
@parfeon parfeon requested a review from davidnub June 21, 2019 09:16
@parfeon parfeon self-assigned this Jun 21, 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.

Nice and simple. 👍

@parfeon parfeon merged commit 2a4c93e into develop Jun 23, 2019
@parfeon parfeon deleted the fix/CE-3634-listeners-race-of-conditions branch June 23, 2019 08:46
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