temporary support for modified v1 api

This commit is contained in:
Georgio Nicolas
2025-08-08 17:23:56 +02:00
parent 79bf97ceaa
commit 7d8a31339e
3 changed files with 109 additions and 81 deletions
@@ -133,7 +133,7 @@ impl ManagedConnection {
debug!("Managed to establish connection to {}", self.address);
let noise_stream =
match upgrade_noise_initiator(stream, &self.noise_config).await {
match upgrade_noise_initiator(stream, &self.noise_config, None).await {
Ok(noise_stream) => noise_stream,
Err(err) => {
error!("Failed to perform Noise handshake with {address} - {err}");