aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
753 stars 398 forks source link

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

Closed sgalcheung closed 3 years ago

sgalcheung commented 3 years ago

In the example, the NodeClient client connects to the hub port error https://github.com/aspnet/SignalR-samples/blob/21ef2891cce548b64c5c9ddc7c0f437c521a5bd4/StockTickR/NodeClient/app.js#L4

Should be 5000

BrennanConroy commented 3 years ago

Closed via https://github.com/aspnet/SignalR-samples/pull/111