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

前端 未结 0 1093
醉梦人生
醉梦人生 2021-02-12 04:10

I created a clean Node.js project:

import * as net from "net";

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


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