mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 08:56:58 -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<()>> {
|
||||
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(()))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user