At the end of groovy script execution, scripting should run CSGClient.close() unless user has specified otherwise. Rationale being that users will likely not wish for server code being run inside a groovy script to impact future scripts. Suggest CSGClient.always() to avoid socket closure.
Marked as anti-feature, due to documentation specifying this functionality is considered a feature here: CaDoodleWebsite/cadoodlecad.github.io@e4b0525#diff-71543418edf903e904258899a9848773861bd3ded8a8ecd67566ca9d7cc6f03dR4-R5
Clarification of #453
At the end of groovy script execution, scripting should run CSGClient.close() unless user has specified otherwise. Rationale being that users will likely not wish for server code being run inside a groovy script to impact future scripts. Suggest CSGClient.always() to avoid socket closure.
Marked as anti-feature, due to documentation specifying this functionality is considered a feature here: CaDoodleWebsite/cadoodlecad.github.io@e4b0525#diff-71543418edf903e904258899a9848773861bd3ded8a8ecd67566ca9d7cc6f03dR4-R5
Clarification of #453