mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 20:52:20 +00:00
Add 1 second timeout to reconnect
This commit is contained in:
parent
c67a4adf83
commit
85febcf757
@ -30,7 +30,7 @@ startPeerConnection = () => {
|
|||||||
console.log("Connection failed, restarting...")
|
console.log("Connection failed, restarting...")
|
||||||
peerConnection.close()
|
peerConnection.close()
|
||||||
peerConnection = null
|
peerConnection = null
|
||||||
startPeerConnection()
|
setTimeout(startPeerConnection, 1000)
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
console.log(peerConnection.iceConnectionState)
|
console.log(peerConnection.iceConnectionState)
|
||||||
|
Loading…
Reference in New Issue
Block a user