1 write to _nextInvocationId
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2170
public string GetNextId() => (++
_nextInvocationId
).ToString(CultureInfo.InvariantCulture);