You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • tcpClient.write() and tcpClient.send() throw 'undefined'

    Is it because of let tcpClient = require('net');? You'll have defined tcpClient as a local variable so it won't be available in the global scope

About

Avatar for Gordon @Gordon started