jocket
jocket copied to clipboard
Low-latency java socket implementation (using shared memory)
Software caused connection abort: socket write error ``` Exception in thread "main" java.net.SocketException: Software caused connection abort: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111) at java.net.SocketOutputStream.write(SocketOutputStream.java:134) at java.io.DataOutputStream.writeInt(DataOutputStream.java:199) at...
To supplement close() methods and shutdown hook, a heartbeat could be used to detect dead sockets (eg. when peer process has been killed with -9 or under windows where shutdown...