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
preconditionFailure("After the state machine has been initialized, start must be called immidiatly. Thus this state is unreachable")
140
+
preconditionFailure("After the state machine has been initialized, start must be called immediately. Thus this state is unreachable")
141
141
case.running:
142
142
self.state =.failed(error)
143
143
return.failRequest(error, closeStream:true)
144
144
case.finished,.failed:
145
-
preconditionFailure("If the request is finished or failed, we expect the connection state machine to remove the request immidiatly from its state. Thus this state is unreachable.")
145
+
preconditionFailure("If the request is finished or failed, we expect the connection state machine to remove the request immediately from its state. Thus this state is unreachable.")
0 commit comments