You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roughly once or twice per 24 hours we will have our PgListener return the following error:
Protocol("unknown message type: '\\0'")
This happens both from a local dev machines & in our production environment. There does not seem to be any correlation between 1 connection receiving the message and the other receiving it (i.e. one will disconnect while the other will stay connected).
Minimal Reproduction
I don't have a minimal reproduction repo as at this stage I'm not sure how to reliably trigger it. I have seen similar issues: #886 and #1097. Let me know how I can help investigate further & provide more info.
Here is how we are creating & driving the PgListener:
Bug Description
Roughly once or twice per 24 hours we will have our PgListener return the following error:
This happens both from a local dev machines & in our production environment. There does not seem to be any correlation between 1 connection receiving the message and the other receiving it (i.e. one will disconnect while the other will stay connected).
Minimal Reproduction
I don't have a minimal reproduction repo as at this stage I'm not sure how to reliably trigger it. I have seen similar issues: #886 and #1097. Let me know how I can help investigate further & provide more info.
Here is how we are creating & driving the PgListener:
Info
"chrono",
"postgres",
"runtime-tokio",
"time",
"tls-rustls",
"bigdecimal",
]
rustc --version
: 1.72The text was updated successfully, but these errors were encountered: