Skip to content

Remove nodePatches.ts hackery. #2144

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

Merged
merged 2 commits into from
Sep 5, 2019
Merged

Conversation

mikelehen
Copy link
Contributor

This had some very stale code to:

  1. Make it possible to use long-polling instead of WebSockets from the Node.JS SDK. This existed purely for testing purposes, wasn't reliable, and hasn't been used in ages.
  2. Work around a bad Node.JS bug that was fixed 6 years ago (stream: writes can return false but forget to emit drain nodejs/node-v0.x-archive#6506).

This had some very stale code to:
1. Make it possible to use long-polling instead of WebSockets from the Node.JS SDK. This existed purely for testing purposes, wasn't reliable, and hasn't been used in ages.
2. Work around a bad Node.JS bug that was fixed 6 years ago (nodejs/node-v0.x-archive#6506).
Copy link
Contributor

@schmidt-sebastian schmidt-sebastian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but please add a Changelog entry :)

@mikelehen
Copy link
Contributor Author

Changelog added.

@mikelehen mikelehen merged commit 4ccd09e into master Sep 5, 2019
@mikelehen mikelehen deleted the mikelehen/delete-node-cruft branch September 5, 2019 17:04
@firebase firebase locked and limited conversation to collaborators Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants