AutodeskAILab / Fusion360GalleryDataset

Data, tools, and documentation of the Fusion 360 Gallery Dataset
Other
419 stars 51 forks source link

how to disable 5. Optionally select 'Run on startup' if you want the server to start when Fusion does #3

Closed evanthebouncy closed 4 years ago

evanthebouncy commented 4 years ago

hi karl, we put run on startup of a previous version of the server, now we can't stop it from running as it hangs fusion on start-up. what do?

karldd commented 4 years ago

You have to start a client and detach it to release the ui thread in Fusion. This is how I do that while debugging in vscode: https://github.com/karldd/Fusion360Server/blob/incremental/test/test_detach_util.py#L37-L38 Once you have done that you should be able to go in there and remove the "Run on startup".

karldd commented 4 years ago

I've added the ability to detach using python launch.py --detach. This will work if you use the default port or if you specify the ports using launch.py itself.