Hello,
I develop Rhino plug ins in C# using RhinoCommon and have noticed that the Status Bar Update (
StatusBar.UpdateProgressMeter(1, false); ) is holding up my threads in Rhino 6. HOWEVER, this was not the case in Rhino 5.
Is it possible that this command is no longer thread safe in Rhino 6? If not could this be fixed?
Thanks,
Andy