Tinkerforge / esp32-remote-access

Server side of the remote access for Tinkerforge Warp-Chargers.
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Investigate making WgClient::fetch async #58

Open ffreddow opened 3 months ago

ffreddow commented 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.