Closed ggrossetie closed 2 years ago
This new test seems passing without any code changes, is that expected?
Yes, the TCPConnection
can reconnect even if open
is not emitted. However, ThreadStream will not write/send data to the stream if open
is not emitted.
In https://github.com/pinojs/pino-socket/pull/78 I make sure that the open
event is emitted (to honor ThreadStream contract)
This new test seems passing without any code changes, is that expected?