This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Description
let connection = new signalR.HubConnection('chat');
Information: Normalizing 'chat' to 'http://localhost:5000chat'
signalr-client-1.0.0-alpha1.min.js:1 Error: Failed to start the connection. SyntaxError: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL
We should check if the path doesn't start with a slash and add it.