Kitware / visualizer

The ParaViewWeb Visualizer application which can be used standalone or as a component within another web context.
https://kitware.github.io/visualizer/
BSD 3-Clause "New" or "Revised" License
115 stars 28 forks source link

websocket disconnect but CLIENT_ERROR #60

Open tomhaitao opened 6 years ago

tomhaitao commented 6 years ago

image

tomhaitao commented 6 years ago

my server use Multi-user mode and server use Session sharing

jourdain commented 6 years ago

For multi-user you need to tell the application to not exit the server when the application exit. For that just comment out the line

Visualizer.autoStopServer(10);

inside the index.html