Open pocketcolin opened 1 year ago
Any thoughts on how I can fix this?
Sounds like a bug. Would you like to send a Pull Request to address this issue? Remember to add unit tests.
I could give it a shot. Any suggestions on where I might start?On Feb 28, 2023, at 6:16 PM, James Sumners @.***> wrote:
Any thoughts on how I can fix this?
Sounds like a bug. Would you like to send a Pull Request to address this issue? Remember to add unit tests.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
I would start by looking at the code around the feature, and review the history of it (i.e. look at git blame
to find the PR and review the PR).
Hello! I'm using
pino-socket
to transport data to Logstash and everything works great except it seems to disconnect after about 15 minutes of no use. Enablingreconnect
fixed the issue of needing to reconnect after the 15 minutes, but it seems that the first message that triggers the reconnect never gets retried and never makes it to logstash. Any thoughts on how I can fix this?Pino Transport Config
Logs
NOTE: The line after
open
never makes it to Logstash but the next message (starting at Feb 28 03:17:34 PM) does.