handle connection registration
This commit is contained in:
parent
ad86a74efb
commit
20aa273d67
7 changed files with 233 additions and 24 deletions
|
|
@ -49,7 +49,7 @@ fn main() {
|
|||
info!("setting up endpoints");
|
||||
|
||||
let auth_endpoints = vec![
|
||||
Endpoint::new(VirtualPort::new(1,10))
|
||||
Endpoint::new(auth_server.socket.clone(), VirtualPort::new(1,10))
|
||||
];
|
||||
|
||||
auth_server.endpoints.set(auth_endpoints)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue