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.