speckleworks / SpeckleRhino

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.works
MIT License
38 stars 16 forks source link

Make data sending debouncing optional #286

Closed didimitrie closed 4 years ago

didimitrie commented 4 years ago

Step 0:

Expected Behaviour

Users should have the option to switch off the 2s debounce on data sends from grasshopper components. This is useful when wanting to save looping iterations (via hoopsnake, or other iterative grasshopper magic).

Actual Behaviour

You can't! This results in things like 10 iterations and only 2 stream versions.

Proposed Solution (if any)

Add toggle :)