=> CommonMark.NET + Fixes code + refact
This commit is contained in:
@ -22,7 +22,7 @@ namespace Yavsc
|
||||
};
|
||||
|
||||
app.UseWebSockets(webSocketOptions);
|
||||
app.UseSignalR(Constants.SignalRPath);
|
||||
app.UseSignalR(PathString.FromUriComponent(Constants.SignalRPath));
|
||||
}
|
||||
|
||||
private async Task Echo(HttpContext context, WebSocket webSocket)
|
||||
@ -39,4 +39,4 @@ namespace Yavsc
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user