invert check

This commit is contained in:
Henry Jameson 2026-09-01 18:21:27 +03:00
commit 7b037ef60f

View file

@ -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))