|
|
@@ -64,7 +64,6 @@ namespace Avalonia.Remote.Protocol
|
|
|
|
|
|
async Task Reader()
|
|
|
{
|
|
|
- Task.Yield();
|
|
|
try
|
|
|
{
|
|
|
while (true)
|
|
|
@@ -147,4 +146,4 @@ namespace Avalonia.Remote.Protocol
|
|
|
public event Action<IAvaloniaRemoteTransportConnection, object> OnMessage;
|
|
|
public event Action<IAvaloniaRemoteTransportConnection, Exception> OnException;
|
|
|
}
|
|
|
-}
|
|
|
+}
|