Skip to content

Remove the blocking loop-back example from the README file #26

@mgeier

Description

@mgeier

The blocking read() and write() methods shouldn't be used together.
If synchronized input and output are needed, the callback API should be used.

The blocking methods may work in some cases, but they don't work in other cases, see for example #25.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions