From: "ioquatix (Samuel Williams)" Date: 2022-11-17T20:09:27+00:00 Subject: [ruby-core:110800] [Ruby master Feature#19135] Support `UNIXSocket` on Windows Issue #19135 has been reported by ioquatix (Samuel Williams). ---------------------------------------- Feature #19135: Support `UNIXSocket` on Windows https://bugs.ruby-lang.org/issues/19135 * Author: ioquatix (Samuel Williams) * Status: Open * Priority: Normal ---------------------------------------- In recent versions of Windows, the required parts are now supported: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/ This enables UNIXSocket, UNIXServer and UNIXSocket.pair on Windows. The anonymous socket is emulated on Windows using a temporary file, but it's good enough and the best we can do. The semantics is not completely identical. Because these constants are now available, more tests are run on Windows. -- https://bugs.ruby-lang.org/ Unsubscribe: