spelling: rendezvous

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-09 02:30:34 -05:00
parent f43b8b23a8
commit 996ed5398e
2 changed files with 4 additions and 4 deletions

View File

@@ -82,10 +82,10 @@ export default class Connection {
this._ws = ws;
this._id = id;
console.log(
new Date() + ": Connecting to rendezvoous server: " + uri + ", for " + id
new Date() + ": Connecting to rendezvous server: " + uri + ", for " + id
);
await ws.open();
console.log(new Date() + ": Connected to rendezvoous server");
console.log(new Date() + ": Connected to rendezvous server");
const conn_type = rendezvous.ConnType.DEFAULT_CONN;
const nat_type = rendezvous.NatType.SYMMETRIC;
const punch_hole_request = rendezvous.PunchHoleRequest.fromPartial({