Skip to content

TCP transport doesn't support concurrency #577

Open
@tomusdrw

Description

@tomusdrw

let responses = reader.and_then(move |req| {

Each element of the stream has to be processed in incoming order, so a single long-running request will block that client's entire session.

Example to reproduce the issue:
#574 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions