noise handshake responder side
This commit is contained in:
committed by
Georgio Nicolas
parent
8b23552e77
commit
e06db2f18e
@@ -484,7 +484,7 @@ impl ConnectionHandler {
|
||||
|
||||
pub(crate) async fn handle_stream(
|
||||
&mut self,
|
||||
mut mixnet_connection: Framed<Connection<TcpStream>, NymCodec>,
|
||||
mut mixnet_connection: Framed<Connection, NymCodec>,
|
||||
) {
|
||||
loop {
|
||||
tokio::select! {
|
||||
|
||||
Reference in New Issue
Block a user