Defines whether the writable side of the TCP socket will automatically close on end-of-file (EOF).
When set to false, the writable side of the TCP socket will automatically close on EOF.
When set to true, the writable side of the TCP socket will remain open on EOF.
This option is similar to that offered by the Node.js net module and allows interoperability with code which utilizes it.
Defines whether the writable side of the TCP socket will automatically close on end-of-file (EOF). When set to false, the writable side of the TCP socket will automatically close on EOF. When set to true, the writable side of the TCP socket will remain open on EOF. This option is similar to that offered by the Node.js net module and allows interoperability with code which utilizes it.