Skip to content

Commit

Permalink
Concerns!
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Dec 11, 2024
1 parent 9c3695e commit 448a57a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upstairs/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ impl DownstairsClient {
DsState::Stopping(ClientStopReason::NegotiationFailed(..))
| DsState::Stopping(ClientStopReason::Disabled)
| DsState::Stopping(ClientStopReason::Deactivated) => {
// XXX NegotiationFailed could also be hit during reconnection,
// in which case we shouldn't use `ConnectionMode::New` (?)
ConnectionMode::New
}

Expand Down

0 comments on commit 448a57a

Please sign in to comment.