You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now async (which waffle is built on) seems to only support ipv4 tcp sockets even though it also seems that all the building blocks are there to support ipv6. You should probably open an issue on the async repo and then I can update waffle after it's done.
Is it possbile to use waffle in ipv6 only envirement?
I tried different --host params but can't recieve a result.
th daemon.lua --debug --print --port 8091 --host ::1
Listening on ::1:8091
curl -g -6 "http://[::1]:8091/m"
curl: (7) couldn't connect to host
The text was updated successfully, but these errors were encountered: