Close TCP connection when all the data is arrived with Node.js

后端 未结 0 1964
野的像风
野的像风 2020-12-02 00:10

I would like to close a TCP connection after I get all of the packets from my client app.

This is my code:

var net = require(\'net\');
var server = net         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题