-
-
Notifications
You must be signed in to change notification settings - Fork 37.7k
socket.destroyed is left undocumented? #5898
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
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
netmodule and found out that thedestroyedproperty isn't documented. I was wondering if that is an official API or not to check the status of the socket connection. If notdestroyedwhat else can I use to check the current status of the socket connection?Node Version : Node.js v5.9.1 Documentation
Thanks.