Setting this as null causes a crash if unhandled when trying to access a property of the ws in another method when the node is actually destroyed. The public LavalinkNode.connect reassigns the LavalinkNode.ws property anyways, which would cause the old data to be swept (if leaving a memory footprint was a concern in the first place).
Setting this as null causes a crash if unhandled when trying to access a property of the ws in another method when the node is actually destroyed. The public LavalinkNode.connect reassigns the LavalinkNode.ws property anyways, which would cause the old data to be swept (if leaving a memory footprint was a concern in the first place).