AMunhoz

Results 18 comments of AMunhoz

Azure is solving this problem in their plataform https://stevelasker.blog/2019/10/29/azure-container-registry-teleportation/

No, i'm using it for a tunnel in a socks proxy with a lot of operations. I could not replicate it after the first one.

Compiled from the source in ubuntu 18.04 from cloned repo. But i cant get any code to reproduce it.

More info: - Compiled the code from the latest github repo - Only using websocket (sending, receiving data and geting ip info) - VMware VM + Ubuntu 18.04 - I've...

Not used publish, subscribe, unsubscribe and cork functions.. This is the code (removed some parts): ``` const { nanoid } = require('nanoid') const uws = require('uws-compiled-by-me') module.exports = class proxyTransport...

Yes, i was calling a async function (i removed from the code above). So, if i call res.upgrade from a callback or something else, will i get the same error?...

The option --print-uri supose to give some feedback about links clicked in the html inside the dialog, correct? In my test, there was no feedback in stdout, only the execution...