mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-25 18:55:38 -06:00
cleanup
This commit is contained in:
parent
7f67a00ab2
commit
934cd93b4b
@ -65,7 +65,7 @@ impl WebsocketNetworkConnection {
|
|||||||
)]
|
)]
|
||||||
pub async fn close(&self) -> io::Result<NetworkResult<()>> {
|
pub async fn close(&self) -> io::Result<NetworkResult<()>> {
|
||||||
let x = self.inner.ws_meta.close().await.map_err(to_io);
|
let x = self.inner.ws_meta.close().await.map_err(to_io);
|
||||||
info!("close result: {:?}", x);
|
log_net!(debug "close result: {:?}", x);
|
||||||
Ok(NetworkResult::value(()))
|
Ok(NetworkResult::value(()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user