Skip to content

Commit

Permalink
8 - Does this fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
Mothblocks committed Jul 20, 2024
1 parent ef2fb50 commit af6c288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redis_pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn handle_redis_inner(
},
Err(flume::TryRecvError::Empty) => break,
Err(flume::TryRecvError::Disconnected) => return Ok(()),
}
};
}

if let Some(msg) = match pubsub.get_message() {
Expand Down

0 comments on commit af6c288

Please sign in to comment.