Disable heartbead on client app socket
This commit is contained in:
parent
05e34076f7
commit
8d83a94d61
|
@ -18,7 +18,7 @@ export const initWebsocket = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initialise connection
|
// Initialise connection
|
||||||
socket = createWebsocket("/socket/client")
|
socket = createWebsocket("/socket/client", false)
|
||||||
|
|
||||||
// Event handlers
|
// Event handlers
|
||||||
socket.on("plugin-update", data => {
|
socket.on("plugin-update", data => {
|
||||||
|
|
Loading…
Reference in New Issue