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: Live Query Subscription Open Event #1151

Merged
merged 2 commits into from
Apr 22, 2020
Merged

Fix: Live Query Subscription Open Event #1151

merged 2 commits into from
Apr 22, 2020

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Apr 22, 2020

Closes: #1147

Waits 200 milliseconds to allow for client to set open event after the subscription resolves.

Closes: #1147

Waits 200 milliseconds to allow for client to set open event after the subscription resolves.
Copy link
Member

@davimacedo davimacedo left a comment

Choose a reason for hiding this comment

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

LGTM!

@davimacedo
Copy link
Member

@dplewis I've just noticed the tests are not passing. Could you please take a look?

@codecov
Copy link

codecov bot commented Apr 22, 2020

Codecov Report

Merging #1151 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1151   +/-   ##
=======================================
  Coverage   92.21%   92.21%           
=======================================
  Files          54       54           
  Lines        5268     5268           
  Branches     1178     1178           
=======================================
  Hits         4858     4858           
  Misses        410      410           
Impacted Files Coverage Δ
src/LiveQueryClient.js 87.76% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 681016d...b07d4eb. Read the comment docs.

@dplewis dplewis merged commit 8ab920d into master Apr 22, 2020
@dplewis dplewis deleted the livequery-event-fix branch April 22, 2020 18:52
dplewis added a commit that referenced this pull request Jul 15, 2020
dplewis added a commit that referenced this pull request Jul 16, 2020
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.

LiveQuerySubscription "open" event does not fire as expected
2 participants