我正在使用 SignalR 通过窗口服务向客户端浏览器广播消息。
It only works on <http://localhost>
<HubConnection("http://localhost/signalr")>
Change to <http://www.xyz.com> will get an error message: "One or more errors occurred".
<HubConnection("http://xyz.com/signalr")>
是否需要任何设置或其他库才能使其工作?