Vixen
02b45cc4
csharp
public interface IGateSubscriber

One account's open service-plane socket.

Read the guide page for this →

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 Account

    Whose.

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