chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.99k stars 279 forks source link

Random exception in DefaultAsyncHandlerBase #387

Closed donotcodeit closed 1 year ago

donotcodeit commented 1 year ago

https://github.com/chromelyapps/Chromely/blob/master/src/Chromely/Browser/Handlers/DefaultAsyncHandlerBase.cs#L264-L267 There we may get null reference exception. It's hard to reproduce. Happens sometimes in production. I'll make the fix PR.

donotcodeit commented 1 year ago

Done: https://github.com/chromelyapps/Chromely/pull/388