SignalR with Web Sockets

后端 未结 4 737
耶瑟儿~
耶瑟儿~ 2020-12-08 06:56

I am attempting to get websockets working in my dev environment:

  • Visual Studio 2010
  • Windows 7
  • Signal R 0.51
  • Latest Chrome / Firefox<
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 07:49

    In addition to the above solutions for troubleshooting WebSockets problems in SignalR, if you are inside a corporate network (or something similarly structured) it is likely that your proxies and firewalls will interfere with the handshake.

    But, if you access it over SSL, the wrapper it provides protects it from this interference in many cases.

提交回复
热议问题