Lint
This commit is contained in:
parent
fe35d613a1
commit
5f63183235
|
@ -21,6 +21,6 @@ export const createWebsocket = path => {
|
||||||
timeout: 4000,
|
timeout: 4000,
|
||||||
// Disable polling and rely on websocket only, as HTTP transport
|
// Disable polling and rely on websocket only, as HTTP transport
|
||||||
// will only work with sticky sessions which we don't have
|
// will only work with sticky sessions which we don't have
|
||||||
transports: ["websocket"]
|
transports: ["websocket"],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue