Enum SubscriptionState
The subscription current state.
Namespace: Unity.Services.Wire.Internal
Assembly: Unity.Services.Core.Internal.dll
Syntax
public enum SubscriptionState
Fields
Name | Description |
---|---|
Error | The subscription encountered an error and is not active. |
Subscribing | Wire is getting a token then sending a request to Wire to subscribe to a channel. |
Synced | The subscription is active and synchronized to the server. You can trust that the last message received from the subscription is up to date. |
Unsubscribed | The subscription is inactive. |
Unsynced | A connectivity issue prevents Wire from receiving update on this active subscription. As soon as Wire has reconnected, the subscription will receive the missing messages. |