Use 127.0.0.1 for wserv socket, which fixes /WINDOW CREATE with IPv6
If wserv is told to connect to "localhost" it might try to connect to ::1, which won't work because the wserv socket is AF_INET only. So explicitly bind the socket and make the connection to "127.0.0.1" instead.
This commit is contained in:
Reference in New Issue
Block a user