From: "ioquatix (Samuel Williams)" Date: 2022-11-18T06:02:42+00:00 Subject: [ruby-core:110805] [Ruby master Feature#19135] Support `UNIXSocket` on Windows Issue #19135 has been updated by ioquatix (Samuel Williams). Status changed from Open to Closed It was merged. ---------------------------------------- Feature #19135: Support `UNIXSocket` on Windows https://bugs.ruby-lang.org/issues/19135#change-100160 * Author: ioquatix (Samuel Williams) * Status: Closed * 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: