.NET client for Nakama server written in C#.
UpdatePresences
utility to IMatch
and IParty
. Use this method as a helper to update the local tracking of your presences in your matches and parties when an IMatchPresenceEvent
or IPartyPresenceEvent
is dispatched.GetFlagDefault
and GetFlagsDefault
now use the apiKey
passed to the client constructor rather than accepting it as a unique parameter.Logger
object on IClient
.Close
is called while receive loop has an incomplete read buffer.path
parameter to client urls.CloseAsync()
in certain situations.true
by default in order to allow the server to detect replay attacks.SeenBefore
property to IApiValidatedPurchase
.ListSubscriptionsAsync
which returns a list of the user's subscriptions.ValidateSubscriptionAppleAsync
which returns details about a user's Apple subscription.ValidateSubscriptionGoogleAsync
which returns details about a user's Google subscription.GetSubscriptionAsync
which returns a subscription for the provided product ID.countMultiple
in AddMatchmakerAsync
and AddMatchmakerPartyAsync
.ValidatedPurchaseEnvironment
has been renamed to ApiStoreEnvironment
.ValidatedPurchaseStore
has been renamed to ApiStoreProvider
.CancellationTokenSource
. These have been replaced in favor of methods that accept a CancellationToken
that were added in v3.3.SocketClosed
event taking a significant length of time or not firing at all when internet connection is lost.