diff --git a/common/client-core/src/client/mix_traffic/transceiver.rs b/common/client-core/src/client/mix_traffic/transceiver.rs index b2fc3053e5..267d185f60 100644 --- a/common/client-core/src/client/mix_traffic/transceiver.rs +++ b/common/client-core/src/client/mix_traffic/transceiver.rs @@ -69,7 +69,7 @@ impl GatewayTransceiver for Box { (**self).gateway_identity() } fn ws_fd(&self) -> Option { - None + (**self).ws_fd() } }