Skip to content

TxSend: avoid sleep calls #22

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to 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