This commit is contained in:
Jędrzej Stuczyński
2024-09-16 17:39:00 +01:00
parent b6f07fbfce
commit a65df5a0ab
@@ -272,7 +272,7 @@ where
.inspect_err(|err| error!("failed to encrypt client message: {err}"))
.ok()
})
.map(|msg| Ok(msg))
.map(Ok)
.collect();
let mut send_stream = futures::stream::iter(messages);
match self.socket_connection {