csharp
public interface IGateSubscriberOne account's open service-plane socket.
Remarks
⚠ Per account, not per character. A player at character select has no character and still needs to be told a catalog was published; a player with two clients open on one account gets both told. Keying by character would make the socket's lifetime the session's, and the socket is meant to outlive every session on it.
Fields and properties (1)
Guid AccountWhose.
Methods (1)
ValueTask PostAsync(GateEvent message)Sends something, and does not care whether it arrives.
Used by (3)
- ListenerVixen.Live.Gate.Tests
- ServicePlaneVixen.Live.Gate
- WebSocketSubscriberVixen.Live.Gate