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

async await version of examples/chat #482

Merged
merged 10 commits into from
Nov 27, 2019
Merged

Commits on Nov 26, 2019

  1. fix: performance bottleneck in stat.js (#463)

    Array.shift seems to be very slow, perhaps linear, on some
    engines, resulting in  _update consuming a lot of CPU.
    betamos authored and dirkmc committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    46f9fc7 View commit details
    Browse the repository at this point in the history
  2. docs(fix): correct docs and example for pnet (#464)

    * docs(fix): correct docs and example for pnet
    
    * docs(fix): correct pnet docs
    jacobheun authored and dirkmc committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    3b234d8 View commit details
    Browse the repository at this point in the history
  3. docs(fix): update README.md language (#468)

    Ryan Bell authored and dirkmc committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    a92ee79 View commit details
    Browse the repository at this point in the history
  4. docs: reciprocate (#474)

    daviddias authored and dirkmc committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0383a37 View commit details
    Browse the repository at this point in the history
  5. docs(example): fix ipfs cat (#475)

    `ipfs.files.cat` is incorrect. the correct function is `ipfs.cat`
    phillmac authored and dirkmc committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    eea675b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    feff33f View commit details
    Browse the repository at this point in the history
  7. fix: async-await example chat

    dirkmc committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    aa5236a View commit details
    Browse the repository at this point in the history
  8. fix: move handler before start

    dirkmc committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    68677f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    177fedf View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. chore: remove unused vars

    jacobheun committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    fc79c7a View commit details
    Browse the repository at this point in the history