// log
This commit is contained in:
parent
0acf823ebe
commit
60cb6e0977
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class MonoNet {
|
||||||
BitConverter.GetBytes(value).CopyTo(wData, wHead);
|
BitConverter.GetBytes(value).CopyTo(wData, wHead);
|
||||||
socket.Send(wData);
|
socket.Send(wData);
|
||||||
|
|
||||||
Log.Info($"Sent {value}");
|
// Log.Info($"Sent {value}");
|
||||||
send = false; // for testing
|
send = false; // for testing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue