WIP: aquatic_ws: network: rename PeerConnection to EstablishedWs

This commit is contained in:
Joakim Frostegård 2020-05-12 20:31:07 +02:00
parent b221f3fc34
commit 6e0b0ccbc2
2 changed files with 38 additions and 44 deletions

View file

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