Struct GuildLogRequestBroadcast
Broadcast requesting the guild's recent activity log.
public struct GuildLogRequestBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Remarks
Pull rather than push. The log is read rarely — a player opens the tab, looks, and closes it — and pushing every entry to every member as it happened would put a message on the wire per event per member for something almost nobody is looking at.