Closed
Description
Hi, this is my first report to node.js and I apologies in advance if the issue doesn't make sense.
I was going thru the documentation of the net
module and found out that the destroyed
property isn't documented. I was wondering if that is an official API or not to check the status of the socket connection. If not destroyed
what else can I use to check the current status of the socket connection?
Node Version : Node.js v5.9.1 Documentation
Thanks.