tcplistener

Why C# TcpListener loads the CPU

Making a bundle of C# TcpListner + JS Websocket. The connection is established, the data is transmitted. The problem is that ... { log("DISCONNECTED"); }; socket.onerror = function(error) { log("[error]"+error.message); }; }