aspnet / SignalR-samples

Samples for ASP.NET Core SignalR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeClient in the example, the NodeClient client connects to the hub port error

sgalcheung opened this issue · comments

In the example, the NodeClient client connects to the hub port error

.withUrl("http://127.0.0.1:57853/stocks")

Should be 5000

Closed via #111