This commit is contained in:
Andrew Kingston 2023-05-30 12:36:23 +01:00
parent fe35d613a1
commit 5f63183235
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ export const createWebsocket = path => {
timeout: 4000,
// Disable polling and rely on websocket only, as HTTP transport
// will only work with sticky sessions which we don't have
transports: ["websocket"]
transports: ["websocket"],
})
}