What is the socket that connects to my tcp server infinitely on Azure AKS?

前端 未结 0 1411
说谎
说谎 2021-02-12 04:02

I created a clean Node.js project:

import * as net from "net";

net.createServer(socket => {
  console.log(\'n         


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