oxyplot-avalonia
oxyplot-avalonia copied to clipboard
Fix off-thread InvalidatePlot calls (47)
trafficstars
Fixes various threading issues discovered while investigating #47
BeginInvokewas backwards- Not locking when updating/rendering
- Not ensuring
Updateis called beforeRenderif invalidated (this was the issue causing the exact behaviour observed in #47)
Been a while since I wrote this sort of stuff, so could really do with a second pair of eyes.