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 event dispatch #3231

Merged
merged 2 commits into from
Mar 9, 2022
Merged

Fix event dispatch #3231

merged 2 commits into from
Mar 9, 2022

Conversation

philippjfr
Copy link
Member

There were some issues with bokeh events not correctly checking for an unblocked comm and therefore not dispatching events in a timely manner.

@codecov
Copy link

codecov bot commented Mar 9, 2022

Codecov Report

Merging #3231 (f9758ea) into master (7d6044f) will decrease coverage by 0.00%.
The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3231      +/-   ##
==========================================
- Coverage   83.10%   83.10%   -0.01%     
==========================================
  Files         193      193              
  Lines       25931    25930       -1     
==========================================
- Hits        21550    21549       -1     
  Misses       4381     4381              
Impacted Files Coverage Δ
panel/reactive.py 77.17% <88.88%> (-0.03%) ⬇️
panel/io/state.py 69.80% <100.00%> (ø)
panel/tests/pane/test_image.py 100.00% <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 7d6044f...f9758ea. Read the comment docs.

@philippjfr philippjfr merged commit 06f029e into master Mar 9, 2022
@philippjfr philippjfr deleted the event_dispatch branch March 9, 2022 19:12
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.

1 participant