Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] change transport.send() to not return a promise #312

Merged
merged 4 commits into from
May 26, 2022
Merged

Commits on May 25, 2022

  1. [FIX] changed

    aricart committed May 25, 2022
    Configuration menu
    Copy the full SHA
    16309e3 View commit details
    Browse the repository at this point in the history
  2. [CHORE] added ts-ignore on setTimeout, as on node, tsc will complain …

    …that a timeout is not a number.
    aricart committed May 25, 2022
    Configuration menu
    Copy the full SHA
    565fcaa View commit details
    Browse the repository at this point in the history
  3. [BUMP] version

    aricart committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a08b506 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. [FIX] changed the internal enqueue - to simply return a promise to vo…

    …id, and allow dequeue to reject it, as that is the only place where we wait for the socket write to complete, an error there is only logged if debug is enabled.
    aricart committed May 26, 2022
    Configuration menu
    Copy the full SHA
    08ecb0c View commit details
    Browse the repository at this point in the history