Race condition fix
This commit is contained in:
parent
9b5849736b
commit
ecfea28988
@ -92,6 +92,6 @@ async function registerFunc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
socket.setToken(response.token)
|
socket.setToken(response.token)
|
||||||
socket.initConnection()
|
await socket.initConnection()
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user