1

I understand that browserlink uses SignalR to create an open connection to Visual Studio 2013. For an asp.net MVC application I am developing and testing in the latest firefox browser, the transport method used by the browser link connection is "longPolling".

I am curious why the transport method is not promoted to a WebSocket connection.

Matt
  • 4,462
  • 5
  • 25
  • 35

1 Answers1

1

For the the BrowserLink feature to support WebSockets, you should be using Windows 8 or Windows Server 2012. You can get more details about this from this answer.

Community
  • 1
  • 1
Xmindz
  • 1,282
  • 13
  • 34