roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
50 stars 17 forks source link

Live reload not updating model in view #67

Closed henrebotha closed 1 year ago

henrebotha commented 1 year ago

I'm using v0.4.1 on macOS. When I make a change to a file, I can see in the server logs that the change is detected, but the model in the view is not actually updated. I need to (for example) switch to a different file, then switch back to the original file in order for the change to be picked up.

henrebotha commented 1 year ago

Not sure what was happening, but it's working now.