Change Diagnostic Server transport name to align with spec (#25031)
authorJohn Salem <josalem@microsoft.com>
Wed, 19 Jun 2019 17:29:49 +0000 (10:29 -0700)
committerTom McDonald <tommcdon@microsoft.com>
Wed, 19 Jun 2019 17:29:49 +0000 (10:29 -0700)
resolves 24859

src/vm/diagnosticserver.cpp

index 5ec60aa..9a1dce5 100644 (file)
@@ -131,7 +131,7 @@ bool DiagnosticServer::Initialize()
 
         // TODO: Should we handle/assert that (s_pIpc == nullptr)?
         s_pIpc = IpcStream::DiagnosticsIpc::Create(
-            "dotnetcore-diagnostic", ErrorCallback);
+            "dotnet-diagnostic", ErrorCallback);
 
         if (s_pIpc != nullptr)
         {