Browse Source
Removed unneded Task.Yield
styles-not-getting-applied-repro
Nikita Tsukanov
9 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
src/Avalonia.Remote.Protocol/BsonStreamTransport.cs
|
|
|
@ -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; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|