фикс номер 1: кажется дело было в выполненности таска приема
This commit is contained in:
@@ -8,7 +8,7 @@ public class ClientBasedPrinter : IPrinter
|
||||
public string GetName()
|
||||
{
|
||||
Console.WriteLine("ClientBasedPrinter called from server!!!!!!!!!!! Vova likes that:)");
|
||||
return "ClientBasedPrinter";
|
||||
return "ClientBasedPrinter from mroa";
|
||||
}
|
||||
|
||||
public async Task<SharedObject<IPage>> Print(string text, CancellationToken cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user