mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-13 12:18:08 +00:00
remove yield call
This commit is contained in:
@@ -89,7 +89,6 @@ namespace ElectronNET.API
|
||||
|
||||
Task.Run(async () =>
|
||||
{
|
||||
await Task.Yield();
|
||||
if (App.SocketDebug)
|
||||
{
|
||||
Console.WriteLine($"Sending event {eventString}");
|
||||
|
||||
Reference in New Issue
Block a user