Skip to content

1.2.0

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 24 Nov 03:13
v1.2.0
e92bc13

IPC Socket 1.2.0 adds Java Native Interface (JNI) implementations for Apple silicon (AArch64) macOS. This was contributed by @catap in #11.

IPC Socket is a Java wrapper around interprocess communication (IPC) using java.net.ServerSocket and java.net.Socket as the API. On Unix-like systems, it uses Unix Domain Socket. The path is a filesystem path name. On Windows, IPC is implemented using Named Pipe. The path must refer to an entry in \\?\pipe\ or \\.\pipe\.