You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should convert the signalling checks from asserting we always get what we expect, to just handling whatever we see.
Streamlabs desktop does this.
Obviously we'll still throw an error if we get something totally unexpected, but too often we get signals like "got stop but expected stopping" - I don't know the cause for this but I'm sure it's fine and we shouldn't crash the app for it.
The text was updated successfully, but these errors were encountered:
I think we should convert the signalling checks from asserting we always get what we expect, to just handling whatever we see.
Streamlabs desktop does this.
Obviously we'll still throw an error if we get something totally unexpected, but too often we get signals like "got stop but expected stopping" - I don't know the cause for this but I'm sure it's fine and we shouldn't crash the app for it.
The text was updated successfully, but these errors were encountered: