-
### Description
A user reported that calling sentry capture methods in fast succession is leading to issues, especially with screenshot integration.
Investigate if calling the SDK mehods in tight lo…
-
`Buf_write` writes allocate extra buffer space as needed. Currently there is no limit to how much. It would be good if it could suspend the calling fiber when some limit is reached and wait until some…
-
Right now the node eagerly drops tickets potentially too early in the process. To make it reflect actual load more accurately, we should ensure that a `Ticket` from processing a request is dropped exa…
-
The Faye package, which the JSForce streaming library uses, will send a /meta/connect message to the server right after receiving the previous message from the server, without waiting for any async wo…
-
zongji is overwhelming downstream processes with to much data to fast. I need a way to slow it down until my processor is ready for more. Can this implement a streams interface with back pressure?
-
@tlrobinson @ComFreek
I've been trying to tackle back pressure in my fork, and I must say I'm hitting a dead-end and it'd be nice to hear your thoughts on this.
Take a look at [this gist](https://g…
-
**Is your feature request related to a problem? Please describe.**
For an exporter that uses exporterhelper, I have the following requirements.
- When a data item is consumed by the exporter, th…
jmacd updated
4 months ago
-
#### Support plan
* *is this issue currently blocking your project?* (yes/no): yes
* *is this issue affecting a production system?* (yes/no): no
#### Context
* *node version*: 16.20.…
-
JavaScript, in its splendour, doesn't provide any way whatsoever to back-pressure WebSockets.
At the moment the Smoldot Wasm node will simply keep buffering data coming from the socket, and process t…
-
I have a situation where I'm parsing a JSON stream, and for each `node` event, I'd like to fire off an HTTP request and get its response before pushing some data off on to a separate stream. Something…