mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 00:56:19 +02:00
Convert TCP networking to sync and binary, add DHCP and IP stack init on boot
This commit is contained in:
@@ -11,7 +11,7 @@ public sealed class NetworkRenderSource(TcpRpcServer server) : IRenderSource
|
||||
foreach (RenderCommand cmd in commands)
|
||||
{
|
||||
byte[] data = cmd.ToBytes();
|
||||
_ = server.SendRawToAll(MessageType, data);
|
||||
server.SendRawToAll(MessageType, data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user