invert check
This commit is contained in:
parent
b864dfb056
commit
7b037ef60f
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ export const useStreamingStore = defineStore('streaming', {
|
|||
)
|
||||
|
||||
setTimeout(() => {
|
||||
if (this.retrying) return // retry aborted (i.e. due to logout)
|
||||
if (!this.retrying) return // retry aborted (i.e. due to logout)
|
||||
|
||||
this.initSocket()
|
||||
}, retryTimeout(this.retryMultiplier))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue