-
Notifications
You must be signed in to change notification settings - Fork 0
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
Circuit breaker in sending messages #1
Labels
enhancement
New feature or request
Comments
@a-petelin вторая исся где? |
TBD 7-9.12.2019 |
Priority votes (A/B/C): Bushmin: A Result: A |
dmerkushov
added a commit
that referenced
this issue
Feb 9, 2020
Code style Add several numeric types for parameters: int64 += uint64, (u)int32, (u)int16, (u)int8 Addressing issue #1 "Circuit breaker"
dmerkushov
added a commit
that referenced
this issue
Feb 9, 2020
modified: ns-skeleton/CMakeLists.txt new file: ns-skeleton/include/NsCircuitBreaker.h modified: ns-skeleton/include/NsRpcExecutor.h new file: ns-skeleton/src/NsCircuitBreaker.cpp modified: ns-skeleton/src/NsRpcExecutor.cpp
dmerkushov
added a commit
that referenced
this issue
Feb 22, 2020
Template specialization fix Addressing issue #1 "Circuit breaker"
dmerkushov
added a commit
that referenced
this issue
Feb 22, 2020
+= comments += support for multithreaded calls Addressing issue #1 "Circuit breaker"
dmerkushov
added a commit
that referenced
this issue
Feb 22, 2020
+= license notes Addressing issue #1 "Circuit breaker"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add standart scheme for work with temporary unavaible receiver.
The text was updated successfully, but these errors were encountered: