Added NrxDebugVisualizer, not working
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
var pipeServer = new NamedPipes.NamedPipesServer("testPipe",logger:Console.WriteLine);
|
||||
await pipeServer.RunAsync().ConfigureAwait(true);
|
||||
using System.Threading;
|
||||
var pipeServer = new NamedPipes.NamedPipesServer("TestPipe", logger:Console.WriteLine);
|
||||
await pipeServer.RunAsync(CancellationToken.None).ConfigureAwait(true);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user