-
Notifications
You must be signed in to change notification settings - Fork 61
add timeout #29
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
add timeout #29
Conversation
|
Warnings are found on analyzing the commit 63e5ad8. 4 warnings: We recommend to address them as possible, for example, update outdated dependencies, fix the tool's configuration, configure If you are struggling with these errors or warnings, feel free to ask us via chat. 💬 |
Codecov Report
@@ Coverage Diff @@
## dev #29 +/- ##
============================================
- Coverage 21.76% 21.62% -0.15%
Complexity 279 279
============================================
Files 154 155 +1
Lines 3850 3876 +26
Branches 445 447 +2
============================================
Hits 838 838
- Misses 2896 2922 +26
Partials 116 116
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed!
|
| TestMsgHandler testMsgHandler = new TestMsgHandler(); | ||
| channel.addConnectHandler(testMsgHandler); | ||
| channel.addMessageHandler(MsgType.CHANNEL_RPC_REQUEST, testMsgHandler); | ||
| channel.addDisconnectHandler(testMsgHandler); |
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.
I think you can add two interfaces "void start()" and "void stop()" in channel.
* add timeout * channel integration-test Co-authored-by: MaggieNgWu <hao.maggie.wu@gmail.com>
* add timeout * channel integration-test Co-authored-by: MaggieNgWu <hao.maggie.wu@gmail.com>
* add timeout * channel integration-test Co-authored-by: MaggieNgWu <hao.maggie.wu@gmail.com>
* add timeout * channel integration-test Co-authored-by: MaggieNgWu <hao.maggie.wu@gmail.com>
No description provided.