This commit is contained in:
49lf
2024-05-15 12:32:19 -04:00
parent 343ed04f7d
commit 16a64b55db

View File

@ -661,7 +661,6 @@ class EngineConnection extends EventTarget {
// Send an initial ping
this.send({ type: 'ping' })
this.pingPongSpan.ping = new Date()
})
this.websocket.addEventListener('close', (event) => {