Skip to content

Instantly share code, notes, and snippets.

@nishanc
Created August 6, 2023 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nishanc/e4dbec76501f4e448f3597f172d56c46 to your computer and use it in GitHub Desktop.
Save nishanc/e4dbec76501f4e448f3597f172d56c46 to your computer and use it in GitHub Desktop.
var connection = new signalR.HubConnectionBuilder()
.withUrl("/chatHub")
.withServerTimeoutInMilliseconds(60000)
.withKeepAliveIntervalInMilliseconds(30000)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment