Open ffreddow opened 3 months ago
Currently WgClient::fetch (the inner function for sending a http reqeuest through wireguard) is powered by using callbacks and timeouts over and over angain. It would greatly increase readability if we are able to chage it to async/await.
Currently WgClient::fetch (the inner function for sending a http reqeuest through wireguard) is powered by using callbacks and timeouts over and over angain. It would greatly increase readability if we are able to chage it to async/await.