Skip to content

TxRecv: avoid sleep calls #23

@pematous

Description

@pematous

Reactive API clients should avoid using blocking calls. Current receiver implementation is using sleep calls (utils.sleep4next) that should be removed. Equivalent functionality shall be implemented based on consumer credit. Use of scheduler may be desired. Get rid of all the utils.sleep4next calls in TxRecv class.

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