softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
227 stars 46 forks source link

Upgrading hyper and tokio #44

Closed sousandrei closed 3 years ago

sousandrei commented 3 years ago

Trying my hand on upgrading this to the latest versions of hyper and tokio I need help on converting the Server part though. Client seems to be working smooth

sousandrei commented 3 years ago

Figured something out inspired by the code on Hyper itself :D Accepting feedback :eyes:

softprops commented 3 years ago

Looks neat. I'll have to get up to speed on tokio 1.0

softprops commented 3 years ago

just a heads up, I published these changes in 0.8.0. thanks for the work on nthis @sousandrei !