You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubuntu 22.04 LTS using Firefox 102.0.1
(also see it on macOS Monterey 12.4 as host using Safari v15.5)
Installed in a new conda env:
conda install -c pyviz holoviews bokeh panel
Description of expected behavior and the observed behavior
Expected: Run from 'panel serve' with --autoreload flag, updates on changes to source file and user interaction via websocket.
Observed: Websocket is getting multiple messages, approx 20/sec, with no file changes or user interaction on the application. If I don't use --autoreload the messages are as expected.
Complete, minimal, self-contained example code that reproduces the issue
ALL software version info
panel 0.13.1
holoviews 1.15.0
python 3.7.12
ubuntu 22.04 LTS using Firefox 102.0.1
(also see it on macOS Monterey 12.4 as host using Safari v15.5)
Installed in a new conda env:
conda install -c pyviz holoviews bokeh panel
Description of expected behavior and the observed behavior
Expected: Run from 'panel serve' with --autoreload flag, updates on changes to source file and user interaction via websocket.
Observed: Websocket is getting multiple messages, approx 20/sec, with no file changes or user interaction on the application. If I don't use --autoreload the messages are as expected.
Complete, minimal, self-contained example code that reproduces the issue
Vanilla template code from panel website
$ panel serve --autoreload vanilla.py
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
Screencast from 08-31-2022 04:55:36 PM.webm
Screencast from 08-31-2022 04:55:36 PM.webm
The text was updated successfully, but these errors were encountered: