Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 14 May 2026 16:30:16 +0000 Subject: [pgjdbc/pgjdbc] PR #4072: Use nio List-Id: X-GitHub-Author-Id: 406518 X-GitHub-Author-Login: davecramer X-GitHub-Issue: 4072 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: closed X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4072 Content-Type: text/plain; charset=utf-8 Replace the dedicated reader thread approach with a single-threaded NIO-style pipeline reader that interleaves sending and receiving on the calling thread. This eliminates all socket-sharing races between the reader thread and synchronous execution path.