feat: added ip to sysinfo

This commit is contained in:
Andrew Rioux
2023-09-04 01:30:01 -04:00
parent 7f1f43a601
commit fb43a27ba3
3 changed files with 11 additions and 4 deletions

View File

@@ -223,6 +223,10 @@ fn handle_full_connection<F>(
where
F: Fn(),
{
loop {
let msg = packet_handler.recv()?;
}
close();
Ok(())