Skip to content
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

【enhancement】 heartbeat connection retrial mechanism in websocket mode #44

Merged
merged 1 commit into from
Jul 16, 2021

Conversation

robotLJW
Copy link
Contributor

@robotLJW robotLJW commented Jul 15, 2021

What type of PR is this?
/enhancement

What this PR does / why we need it:
retrial of websocket connection using backoff library

Which issue(s) this PR fixes:
Fixes #45

Special notes for your reviewer: @tianxiaoliang @little-cui

Use case description:

There is no need to add a new use case. Previously, the related function use case has been included.

Does this PR introduce a user-facing change?

No

Additional documentation e.g., usage docs, etc.:

No

client.go Outdated Show resolved Hide resolved
client.go Outdated Show resolved Hide resolved
client.go Outdated Show resolved Hide resolved
@tianxiaoliang
Copy link
Member

要注意函数变量的自解释,多思考命名的准确性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding retrial mechanism to websocket connection
2 participants