SignalR.Client._20.Transports.ServerSentEventsTransport.shouldUsePost C# (CSharp) Method

shouldUsePost() private static method

private static shouldUsePost ( IConnection connection ) : bool
connection IConnection
return bool
        private static bool shouldUsePost(IConnection connection)
        {
            return new List<string>(connection.Groups).Count > 20;
        }
    }