mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix: enable auto reconnect
This commit is contained in:
parent
cf55921077
commit
81af91fa1f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue