AcknowLedgement adding
This commit is contained in:
parent
d3747c3d0d
commit
5f902bed7a
1 changed files with 2 additions and 2 deletions
|
@ -162,10 +162,10 @@ namespace ZoFo.GameCore.GameManagers.NetworkManager
|
|||
public void SendAcknowledgement(int DatagrammId)
|
||||
{
|
||||
|
||||
/* Datagramm Dgramm = new Datagramm() { DatagrammId = DatagrammId };
|
||||
Datagramm Dgramm = new Datagramm() { DatagrammId = DatagrammId };
|
||||
string data = System.Text.Json.JsonSerializer.Serialize(Dgramm);
|
||||
byte[] buffer = Encoding.UTF8.GetBytes(data);
|
||||
socket.SendTo(buffer, sendingEP);*/
|
||||
socket.SendTo(buffer, sendingEP);
|
||||
|
||||
}
|
||||
void CheckDatagramm()
|
||||
|
|
Loading…
Add table
Reference in a new issue