yangjie #33

Merged
yangqiang merged 22 commits from yangjie into master 2024-11-04 13:57:51 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a16862d808 - Show all commits

View File

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