mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
split server into dev and cli
This commit is contained in:
parent
9ec17943c2
commit
ee8ae5a3f8
5 changed files with 96 additions and 82 deletions
|
@ -105,7 +105,7 @@
|
|||
const { answer, candidates } = data;
|
||||
connectionState = "Linking to node...";
|
||||
await new Promise((r) => {
|
||||
setTimeout(r, 500);
|
||||
setTimeout(r, 1000);
|
||||
});
|
||||
rtctransport?.answer(answer, candidates);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue