Log header and client id

This commit is contained in:
Sanae 2022-02-09 15:57:51 -06:00
parent 6759f80bc5
commit b0aa3dbf7b
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class Server {
// todo support variable length packets if they show up // 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); await Broadcast(memory, client);
} }
} }