-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis pubsub disconnects in V3.1.0 #172
Comments
Could you test using |
Maybe related to #173 |
Unsure, we're on windows. |
Disregard, didnt build right. Testing when I can. |
@ZeWaka Confirmed also broken on 3.1.0 |
Update. This broke on releases after 0.23.0 of the rust redis crate. Below is the content from [[package]]
name = "redis"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
dependencies = [
"combine",
"itoa",
"percent-encoding",
"ryu",
"sha1_smol",
"url",
] We have a patch on our fork to counteract this, but a proper fix will be needed here sometime. |
What does redis say when it's disconnecting it? |
No I mean in the kern.log for the server, which is what is forcibly hanging up the connections. |
or the redis log of the server |
Lemme dig Edit - We dont have any |
This now occurs when using 3.2.0, whereas in 3.0.0 it didn't
Reportedly occurs during high load procs such as round setup before start.
The text was updated successfully, but these errors were encountered: