SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 215 forks source link

Update Blazor test. #43

Closed Berrysoft closed 4 years ago

Berrysoft commented 4 years ago

I used to call Task.Run to avoid blocking, but now the getters use Invoke, and the Task.Runs should be removed. Also, gtk will terminate if we continuously adding tasks to the main loop thread, and this pull request will solve that.