Skip to content

System.ArgumentException: 'The tasks argument included a null value. (Parameter 'tasks')' #128

@abstract195

Description

@abstract195

await Task.WhenAll(subscriptionTasks);

above code might throw System.ArgumentException: 'The tasks argument included a null value. (Parameter 'tasks')' because 'ArrayPool.Shared.Rent(connections.Count);' might return a bigger array filled with nulls

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions