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

Make sync version work on large messages, improve sync version using deasync #104

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2015

  1. improve sync calls, use deasync to wait until async requests are fini…

    …shed, avoid spawn - very limited since it passes string to send using command-line
    gena committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    b0828c7 View commit details
    Browse the repository at this point in the history
  2. add dependencies

    gena committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    45e3339 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Configuration menu
    Copy the full SHA
    3451f63 View commit details
    Browse the repository at this point in the history
  2. Remove redundant require for child_process module

    Benjamin committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    923d98a View commit details
    Browse the repository at this point in the history
  3. Sleep for an order of magnitude less with deasync

    Benjamin committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    3025180 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from benjaminbrent/master

    Pull latest upstream changes and remove redundant require("child_process")
    gena authored Oct 13, 2016
    Configuration menu
    Copy the full SHA
    3a57126 View commit details
    Browse the repository at this point in the history