Alex Ivanov

Results 4 comments of Alex Ivanov

Bump, looks like this is still happening with `AWS for Fluent Bit Container Image Version 2.32.4` (`Fluent Bit v1.9.10`) and default fluent-bit config from https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-logs-FluentBit.html

@davedoesdev thanks! I guess then a question is how does one detect that the remote end has closed the duplex? For our use case we don’t want to keep half...

Yep, essentially that’s what happens in some cases. I haven't experimented with the native Duplex implementation but my guess is that an end (or related) event will be emitted if...

Ah yes, it sounds like no `end` event will be emitted for a `Duplex` unless the data is completely consumed ([Duplex end docs](https://nodejs.org/api/stream.html#event-end)). This differs to the (default) TCP `net.Socket`...