jnr / jnr-unixsocket

UNIX domain sockets (AF_UNIX) for Java
Apache License 2.0
278 stars 75 forks source link

Fix UNIX sockets to support concurrent use of streams. #66

Closed swankjesse closed 5 years ago

swankjesse commented 5 years ago

This attemtps to work around some bugs in the channels APIs.

Also add tests to check interop both with the NIO channels APIs and the IO sockets APIs.

swankjesse commented 5 years ago

Friendly ping!

headius commented 5 years ago

Yo, sorry for delays! Looking at this now.