SignalR Server Hosting Localhost
问题 I'm running a server with a localhost http://*:52080 . On the same computer, I'm run client and trying to connect to a local IP hub http://192.168.1.102:52080/signalr . Everything works well. But if I run the client on another computer (from the same local network) and try to connect to http://192.168.1.102:52080/signalr , it does not connect. The client catches an exception ( "System.AggregateException" in mscorlib.dll ). Port 52080 on the computer with the hub is open. What could be the