Merge branch 'dev' of https://git.code.tencent.com/lian-cbtc/jl-client into dev
This commit is contained in:
commit
388690c181
@ -9,7 +9,7 @@ import Stomp from 'stompjs';
|
||||
const isDev = process.env.NODE_ENV === 'development';
|
||||
const isTest = process.env.NODE_ENV === 'test';
|
||||
const websocketUrl = `${getBaseUrl()}/joylink-websocket?token=`;
|
||||
const reconnectInterval = [0, 0, 3000, 5000, 10000, 30000, 60000];
|
||||
const reconnectInterval = [1, 1, 3000, 5000, 10000, 30000, 30000, 60000];
|
||||
let notFirstConnect = false;
|
||||
|
||||
var StompClient = function (headers) {
|
||||
|
Loading…
Reference in New Issue
Block a user