You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example UnixClient appears to fail sporadically on Darwin. This frequently happens during release builds, but exactly once followed by a success. It could be a simple filesystem cleanup issue.
[INFO] --- exec-maven-plugin:1.4.0:exec (execute) @ jnr-unixsocket ---
Exception in thread "main" java.io.IOException: No such file or directory
at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:130)
at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:139)
at jnr.unixsocket.UnixSocketChannel.open(UnixSocketChannel.java:68)
at jnr.unixsocket.example.UnixClient.main(UnixClient.java:46)
The text was updated successfully, but these errors were encountered:
The example
UnixClient
appears to fail sporadically on Darwin. This frequently happens during release builds, but exactly once followed by a success. It could be a simple filesystem cleanup issue.jnr-unixsocket/src/test/java/jnr/unixsocket/example/UnixClient.java
Line 46 in f61210a
The text was updated successfully, but these errors were encountered: