Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Oct 1, 2024
1 parent 3d2a3de commit c6ec0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/NotifyApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function connectNotifyWs() {
clearTimeout(timeout)
setInterval(() => {
console.log('NOTW', notifyWs.readyState)
//notifyWs.send('_heartbeat')
notifyWs.send('_heartbeat')
}, 1000)
resolve()
})
Expand Down

0 comments on commit c6ec0b8

Please sign in to comment.