add test to ensure that client and server agree on socket address

This commit is contained in:
2024-12-28 07:36:38 -05:00
parent ee495478ff
commit efbf6c687c
2 changed files with 9 additions and 9 deletions

View File

@ -9,8 +9,7 @@ pub use cli::{
invoke_shortcut,
};
pub(crate) use platform::connect;
pub use platform::server_addr;
pub use platform::{connect, server_addr};
pub mod proto;