-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fix(daemon): fix some helper text for redocs #1642
Conversation
@@ -208,6 +205,7 @@ async def _ping( | |||
_, args, _ = ArgNamespace.get_parsed_args(kwargs, set_client_cli_parser()) | |||
client = Client(args) | |||
try: | |||
# TODO: this introduces side-effect, need to be refactored. (2020.01.10) |
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.
Client
& WebsocketClient
need to be refactored to work as a context manager. This interface can tell the daemon client if the gateway server is alive.
Codecov Report
@@ Coverage Diff @@
## master #1642 +/- ##
==========================================
+ Coverage 84.66% 84.69% +0.02%
==========================================
Files 128 128
Lines 6730 6730
==========================================
+ Hits 5698 5700 +2
+ Misses 1032 1030 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
No description provided.