TcpSharp
TcpSharp copied to clipboard
data delimiter and Server_OnDisconnected not raised.
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.
i update to last version. but event disconnect again not raised. private static void Server_OnDisconnected(object sender, OnServerDisconnectedEventArgs e)
hi. i add this line to fix disconnect event.
hi, i have the same probleme, where have i to add this line ?