Skip to content

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