bokeh / jupyter_bokeh

An extension for rendering Bokeh content in JupyterLab notebooks
BSD 3-Clause "New" or "Revised" License
253 stars 48 forks source link

Do not drop events while blocked #204

Closed philippjfr closed 5 months ago

philippjfr commented 5 months ago

Currently we block sending events while we are receiving them, but instead of queuing them up we simply drop them which is incorrect and causes various issues.