replicate icon indicating copy to clipboard operation
replicate copied to clipboard

Client blocks if no readTimeout is set

Open unmeshjoshi opened this issue 2 years ago • 0 comments

replicator/src/main/java/replicate/net/SocketClient.java blocks in blockingSendAndReceive if no read timeout is set. Ideally, the server should return error response in case request futures in the async processing pipeline do not complete.

unmeshjoshi avatar Oct 26 '22 01:10 unmeshjoshi