Skip to main content
The REST and SignalR APIs documented here are more complex than the client SDKs. Consider using the Lobby C++ SDK or Matchmaking C++ SDK instead, unless those SDKs don’t meet your needs.
Receives SubscriptionChangeMessages, so the client knows when its subscription status changes. This message indicates that a request to subscribe or unsubscribe finished processing. It’s possible that the service fails to perform a subscription update in a way where the client never receives this message. For this reason, clients should implement a timer so they can retry the subscription call if this method doesn’t receive a SubscriptionChangeMessage after 5 seconds. This timer-based retry can be performed a few times with exponential backoff for subsequent attempts.
This is a SignalR client method. See documentation on exposing client methods in a SignalR client, which will be invoked by the server.

Parameters

SubscriptionChangeMessage

See also

Last modified on August 4, 2026