ipcsocket icon indicating copy to clipboard operation
ipcsocket copied to clipboard

IPC: Unix Domain Socket and Windows Named Pipes for Java

Results 5 ipcsocket issues
Sort by recently updated
recently updated
newest added

I know nothing about the underlying implementation (so feel free to correct my misinterpretation) but a quick glance tells me that there's both a JNA-only and JNI-only implementation, and that...

I noticed that UnixDomainServerSocket returns useful information on a call to toString(), but it's friend UnixDomainSocket does not return useful information, it actually returns incorrect information: Socket[unconnected] More useful and...

When running for example sbtn on a given user, a temp '/tmp/.sbt/ipcsocket ' directory will be created and it will be owned by that user. Any other user will be...

Fixes https://github.com/sbt/ipcsocket/issues/22