add autorecommect option
This commit is contained in:
parent
91b402deac
commit
4e310dc292
@ -1,4 +1,7 @@
|
|||||||
let connection = new signalR.HubConnectionBuilder().withUrl("/noteHub").build();
|
let connection = new signalR.HubConnectionBuilder()
|
||||||
|
.withAutomaticReconnect()
|
||||||
|
.withUrl("/noteHub")
|
||||||
|
.build();
|
||||||
|
|
||||||
let start = function () {
|
let start = function () {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user