forked from M-Labs/artiq-zynq
analyzer: close connection gracefully
This commit is contained in:
parent
10a12245a3
commit
16158acfa9
|
@ -98,7 +98,7 @@ pub fn start() {
|
|||
.await
|
||||
.map_err(|e| warn!("connection terminated: {:?}", e));
|
||||
let _ = stream.flush().await;
|
||||
let _ = stream.abort().await;
|
||||
let _ = stream.close().await;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue