mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
split the ws
This commit is contained in:
parent
2c54b54b4f
commit
0d6bb2e8ba
3 changed files with 59 additions and 73 deletions
|
@ -73,6 +73,7 @@
|
|||
);
|
||||
while (true) {
|
||||
await ws.send("data");
|
||||
await (new Promise((res, _) => setTimeout(res, 100)));
|
||||
}
|
||||
} else {
|
||||
let resp = await epoxy_client.fetch("https://httpbin.org/get");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue