TcpSharp icon indicating copy to clipboard operation
TcpSharp copied to clipboard

Faster TCP Server and Client tools using low-level implementations

Results 9 TcpSharp issues
Sort by recently updated
recently updated
newest added

fix https://github.com/burakoner/TcpSharp/issues/3 sometime the ipaddress can not lookup by the dns

Here is my code NET 8 Winform TCP Server ![server](https://github.com/burakoner/TcpSharp/assets/84565545/e453939a-3425-4261-b421-28a1c44688d4) NET 8 ConsoleApp TCP Client ![client](https://github.com/burakoner/TcpSharp/assets/84565545/9046aad9-15e8-4a1e-aae0-34664a85d90f) On OnDataReceived event i receive ![err](https://github.com/burakoner/TcpSharp/assets/84565545/574a4773-ea32-481b-a601-4e3ee53b3938) If i use ConsoleApp TCP Server instead Winform...

@burakoner started server on 8080 one in on debug mode and other one in without debug mode. but it didn't raised any exception that telling me that the port is...

hi. i want to handle data when /n/r get at end of data bytes.can we set delimiter ? and i start example but Server_OnDisconnected not call when client Disconnected.

A TcpSharpSocketClient object after connection to remote host disconecting whithout any reason (reason: None). Set tcpClient.KeepAlive = true not working.

The current TcpSharpSocketServer just defaults to 0.0.0.0 when you start it with no way to change it. You shouldnt force everyone to use that, it should have a localhost option...

TcpSharpSocketClient doesn't connect to a remote TcpSharpSocketServer. Tested with different endpoints (DNS, IPv4, v6), still the same results. It does connect to other server implementations (like SuperSimpleTCP) though.