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
The intent was that all errors are final - we couldn't come up with a good story for why transient errors should be reported at all through the stream interfaces.
I believe what I intended was for the last-operation-failed to be thrown the first time, and subsequently the stream is always closed.
The docs for
stream-error::closed
read:Should the same apply for
stream-error::last-operation-failed
?I.e.: are errors final or are transient errors allowed?
The text was updated successfully, but these errors were encountered: