Skip to content

TxSend: avoid sleep calls #22

@pematous

Description

@pematous

Reactive API clients should avoid using blocking calls. Current sender implementation is using sleep calls (utils.sleep4next) that shall be removed. Although the common sender implementation was already fixed to use scheduler instead of the sleep calls, the transactional sender implementation is still using it. Get rid of all the utils.sleep4next calls in TxSend class and use scheduler instead.

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