Hyper can now be configured to use runtimes other than Tokio’s epoll. I tried setting it up with Tokio Uring. I have been looking at the hyper util code and example code from Monoio async runtime repo as references, but I am still having trouble. Is there already an adapter library that connects Hyper with Tokio Uring? Or maybe a tutorial out there?
Edit : I tried as best as I can but still not working :<
The server keep loading, does not return response
My code is like this: