This commit is contained in:
famfo 2022-01-05 17:26:59 -06:00
parent fd7b0db11d
commit fe6307bff8

View file

@ -188,6 +188,8 @@ impl Client {
}
};
tracing::trace!("{}", buffer);
if num_bytes == 0 {
return Ok(None);
}
@ -687,4 +689,4 @@ impl Config {
tracing::debug!("async-circe config: {:?}", config);
config
}
}
}