-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
socket.destroyed is left undocumented?Β #5898
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.