Skip to content

RecordIO Stream should return Async::Ready(None) instead of Async::NotReady #13

@jeschkies

Description

@jeschkies

According to the Tokio Chat example we should not return Async::NotReady unless the inner stream does. We violate this in client.rs:67. We should return Async::Ready(None) instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions