mirror of
https://gitlab.com/fabinfra/fabaccess/sute.git
synced 2026-08-07 19:14:33 +02:00
Removes Handshake
This commit is contained in:
@@ -20,7 +20,6 @@ pub struct Session {
|
||||
impl Session {
|
||||
pub async fn connect<A: AsyncToSocketAddrs>(log: Logger, addr: A) -> Result<Session> {
|
||||
let mut stream = TcpStream::connect(addr).await?;
|
||||
handshake(&log, &mut stream).await;
|
||||
let (rpc_system, api) = bootstrap(log, stream);
|
||||
|
||||
Ok(Session {
|
||||
|
||||
Reference in New Issue
Block a user