Skip to content
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

Fixed Logging #63

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Fixed Logging #63

wants to merge 9 commits into from

Conversation

dkkeller
Copy link

Status

Fixes

  • Code: Fixed __CPP_REDIS_LOG calls with log level as int instead of type.
  • Code: operator<< can now be used within __CPP_REDIS_LOG
  • Docu: Fixed binary paths for subscriber and client @ CONTRIBUTING.md

Improvements

  • Make sure the correct clang-format style file is used @ clang_format.sh

Daniel Keller and others added 9 commits March 28, 2020 11:13
- Fixed `__CPP_REDIS_LOG` calls with log level as int instead of type. 
- `operator<<` can now be used within `__CPP_REDIS_LOG`
- Updated to latest gcc / g++
- When the queue is full (more messages than threads) the queue full flag
  was set to True but never reset. Which lead to a blocking state were
  messages are not read anymore.
Fix Consumer dispatch queue handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants