0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-22 03:05:16 +00:00

Log header and client id

This commit is contained in:
Sanae 2022-02-09 15:57:51 -06:00
parent 6759f80bc5
commit b0aa3dbf7b

View file

@ -141,7 +141,7 @@ public class Server {
// todo support variable length packets if they show up
// Logger.Warn($"broadcasting {header.Type}");
Logger.Warn($"broadcasting {header.Type} from {client.Id}");
await Broadcast(memory, client);
}
}