We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Things to improve:
peer manager
base protocol sdk
connection manager
light push
renew
health manager
Address mentioned issues.
The text was updated successfully, but these errors were encountered:
weboko
Successfully merging a pull request may close this issue.
Statement
Things to improve:
peer manager
duplicates a lot of logic withbase protocol sdk
;peer manager
doesn't useconnection manager
and relies on copy of connections;light push
doesn't usepeer manager
and doesn't haverenew
logic;health manager
doesn't handle all cases and spread throughout the code;Solution
Address mentioned issues.
The text was updated successfully, but these errors were encountered: