The `isClosed` procedure only returns true if the socket has been closed on the 
local side (e.g. in your Nim code you've called `close` on the socket). It does 
not detect the remote end having been closed.

Reply via email to