yangjie #33
1
main.js
1
main.js
|
|
@ -712,6 +712,7 @@ function mainWindowHide() {
|
||||||
}
|
}
|
||||||
|
|
||||||
const startSignalr = async (user) => {
|
const startSignalr = async (user) => {
|
||||||
|
// .withAutomaticReconnect([1000, 2000, 3000])
|
||||||
connection = new signalR.HubConnectionBuilder().withAutomaticReconnect()
|
connection = new signalR.HubConnectionBuilder().withAutomaticReconnect()
|
||||||
.withUrl(`${env === 'development' ? 'http://192.168.2.9:5192' : 'https://meeting-api.23544.com/pc'}/session-manage`, {
|
.withUrl(`${env === 'development' ? 'http://192.168.2.9:5192' : 'https://meeting-api.23544.com/pc'}/session-manage`, {
|
||||||
skipNegotiation: true,
|
skipNegotiation: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue