Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created August 4, 2012 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/0eccf4ca6a163a450d2d to your computer and use it in GitHub Desktop.
Save Raynos/0eccf4ca6a163a450d2d to your computer and use it in GitHub Desktop.
mdm.on("connect", function () {
if (ps.paused) {
stream = _createStream(meta)
ps.pipe(logger("writing")).pipe(stream)
.pipe(logger("reading")).pipe(read)
ps.resume()
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment