Hi everyone,
I’m currently working on a app based on Bokeh 2.1 version.
I have been making some test with websocket on Bokeh Serve.
Reading about it on the documentation (Server Architecture — Bokeh 2.1.1 Documentation), I’ve found out that there are some pre-configured messages while making the WebSocket connection.
Is there any way to configure/ avoid sending this messages? Both ‘SERVER-INFO-REPLY’ and ‘PULL-DOC’ are non desired in this specific project and i would like to de-activate them.
Thanks in advance for your time and replies.
Pedro