forked from noxious/client
Possible keybinding fix
This commit is contained in:
@ -30,7 +30,6 @@ export const useSocketStore: StoreDefinition = defineStore('socket', {
|
||||
|
||||
// When we can't reconnect, disconnect
|
||||
this.connection.on('reconnect_failed', () => {
|
||||
console.log('Reconnect failed')
|
||||
this.disconnectSocket()
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user