pylive icon indicating copy to clipboard operation
pylive copied to clipboard

Should specify localhost as 127.0.0.1

Open ideoforms opened this issue 3 years ago • 0 comments

localhost resolves to IPv6 ::1 on modern macOS, breaking applications that listen explicitly on IPv4 (including pylive). Should update to connect to 127.0.0.1.

ideoforms avatar Sep 27 '22 11:09 ideoforms