Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Node: Implement back pressure in v2/handler #262

Open
Raynos opened this issue Mar 27, 2015 · 1 comment
Open

Node: Implement back pressure in v2/handler #262

Raynos opened this issue Mar 27, 2015 · 1 comment
Labels

Comments

@Raynos
Copy link
Contributor

Raynos commented Mar 27, 2015

We currently do not implement back pressure.

we just push() frames forever.

@Raynos Raynos added the node label Mar 27, 2015
@Raynos
Copy link
Contributor Author

Raynos commented Jun 16, 2015

We still do not have backpressure.

The code is different though;

  • v2/handler.js implements handleFrame()
  • connection.js calls it from handleReadFrame()
  • the bufrw/stream/read_machine drives handleReadFrame()
  • read_machine does not implement pause() and v2/handler.js does not return any kind of "I'm full" message.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant