WIP: aquatic_ws: support tls and no tls with same functions

This commit is contained in:
Joakim Frostegård 2020-05-12 20:20:00 +02:00
parent de9a32840f
commit b221f3fc34
2 changed files with 221 additions and 72 deletions

View file

@ -35,6 +35,7 @@ pub fn run(config: Config){
i,
in_message_sender,
out_message_receiver,
true
);
});
}