Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Jan 29, 2025
1 parent 3810a6a commit 52d698f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/client-core/src/client/mix_traffic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ impl MixTrafficController {
// Disconnect from the gateway. If we should try to re-connect
// is handled at a higher layer.
error!("Failed to send sphinx packet to the gateway {MAX_FAILURE_COUNT} times in a row - assuming the gateway is dead");
// WIP(JON): do we need to handle the embedded mixnet client
// case separately?
// WIP(JON): can't we use the CancellationToken here instead?
// Do we need to handle the embedded mixnet client case
// separately?
shutdown.send_we_stopped(Box::new(ClientCoreError::GatewayFailedToForwardMessages));
break;
}
Expand Down

0 comments on commit 52d698f

Please sign in to comment.