Disable heartbead on client app socket

This commit is contained in:
Andrew Kingston 2023-05-31 15:13:52 +01:00
parent 05e34076f7
commit 8d83a94d61
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export const initWebsocket = () => {
}
// Initialise connection
socket = createWebsocket("/socket/client")
socket = createWebsocket("/socket/client", false)
// Event handlers
socket.on("plugin-update", data => {