Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created September 9, 2019 09:47
Show Gist options
  • Save carlrip/67d40f44d8bb0a9bc86fa0a542cb073c to your computer and use it in GitHub Desktop.
Save carlrip/67d40f44d8bb0a9bc86fa0a542cb073c to your computer and use it in GitHub Desktop.
Signal R automatic reconnect
const connection = new HubConnectionBuilder()
.withUrl(`${server}/questionshub`)
.withAutomaticReconnect()
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment