fix message

Former-commit-id: 01abda6a8b5119341d83a233aae35ccdf617998c
TangShanKaiPing
zhengpengju 5 years ago
parent 4b1aaa16f3
commit 74cd73520e

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -1,6 +1,7 @@
var hubUrl = config.hubUrl;
var connection = new signalR.HubConnectionBuilder().withUrl(hubUrl).build();
var connection = new signalR.HubConnectionBuilder().withUrl(hubUrl).withAutomaticReconnect().build();
var connectionId;
function connect() {
if (connection.state === signalR.HubConnectionState.Disconnected) {
connection.start().then(function () {

Loading…
Cancel
Save