Race condition fix

This commit is contained in:
Dennis Postma 2024-07-12 02:03:27 +02:00
parent 9b5849736b
commit ecfea28988

View File

@ -92,6 +92,6 @@ async function registerFunc() {
} }
socket.setToken(response.token) socket.setToken(response.token)
socket.initConnection() await socket.initConnection()
} }
</script> </script>