mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #31] [MERGED] Should never use async void #1056
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/31
Author: @tebeco
Created: 11/3/2017
Status: ✅ Merged
Merged: 11/4/2017
Merged by: @robertmuehsig
Base:
master← Head:removing_async_void📝 Commits (1)
4a2a478Should never use async void, also .Start() and .RunSynchronoulsy() seems to deadlock📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
README.md(+2 -2)📄 Description
Should never use async void
I tried other scenario but that seems to endup in deadlock or the WebHostBuilder is not happy
I ended up avoiding
Not working so far:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.