-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Sync blocking enable/disable over redis (#377) #403
Conversation
[pull] development from 0xERR0R:development
Codecov Report
@@ Coverage Diff @@
## development #403 +/- ##
===============================================
+ Coverage 94.10% 94.23% +0.12%
===============================================
Files 32 32
Lines 2546 2600 +54
===============================================
+ Hits 2396 2450 +54
- Misses 112 113 +1
+ Partials 38 37 -1
Continue to review full report at Codecov.
|
@0xERR0R sorry it seem i still don't really get unit test. 😞 |
Thank you for your work! I'll try to review and test this PR this week. I see, you are using the same pub/sub channel as for the cache synchronization (by using coded message type as message field). What was the reason to reuse this channel and not to create a separate one only for enable/disable state (2 separate channels for 2 different messages). I guess you wanted to reuse the logic with client uuid? |
Yes i figured utilizing different channels would duplicate functionality on the client side. |
still needs some unittests