Add support for proxy with hlt client

This commit is contained in:
2023-07-11 15:04:48 +07:00
parent 0f115da19b
commit 87339a97d5
5 changed files with 36 additions and 9 deletions

View File

@@ -8,6 +8,9 @@ async function main() {
},
});
console.log('Client started:', client?.getEndpoint());
setTimeout(async () => {
client?.stop();
}, 5000);