-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ogawayama, tateyama-bootstrap): change the server dead/alive…
… checks to be performed at the client_wire layer and not at the transport layer
- Loading branch information
1 parent
5aa6fd1
commit e1a8c61
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ogawayama
updated
4 files
+2 −2 | src/ogawayama/stub/result_set.cpp | |
+3 −3 | src/ogawayama/stub/result_setImpl.h | |
+6 −56 | src/ogawayama/transport/transport.h | |
+20 −15 | src/tateyama/transport/client_wire.h |
Submodule tateyama-bootstrap
updated
4 files
+20 −15 | src/tateyama/transport/client_wire.h | |
+6 −63 | src/tateyama/transport/transport.h | |
+4 −44 | test/tateyama/transport/resutset_timeout_test.cpp | |
+1 −13 | test/tateyama/transport/timeout_test.cpp |
e1a8c61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/project-tsurugi/tsurugi-issues/issues/926