fix: enable auto reconnect

This commit is contained in:
Paul Makles 2022-01-06 17:06:04 +00:00
parent cf55921077
commit 81af91fa1f

View file

@ -43,7 +43,7 @@ export default class ServerConfig
createClient() {
const client = new Client({
unreads: true,
autoReconnect: false,
autoReconnect: true,
apiURL: import.meta.env.VITE_API_URL,
debug: isDebug(),
onPongTimeout: "RECONNECT",