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
Timer of peer's activity is not updated, need to fix that to keep alive only peers that are active
The text was updated successfully, but these errors were encountered:
https://github.com/soramitsu/kagome/blob/a635da383e5e59f6dec407d0eaf7b7a1e6bf2fc9/core/network/impl/peer_manager_impl.cpp#L294-L323 https://github.com/soramitsu/kagome/blob/a635da383e5e59f6dec407d0eaf7b7a1e6bf2fc9/core/network/impl/peer_manager_impl.cpp#L446-L451 https://github.com/soramitsu/kagome/blob/a635da383e5e59f6dec407d0eaf7b7a1e6bf2fc9/core/network/impl/peer_manager_impl.cpp#L478-L497
Sorry, something went wrong.
Need to deduplicate/merge active_peers_ and peer_states_ https://github.com/soramitsu/kagome/blob/a635da383e5e59f6dec407d0eaf7b7a1e6bf2fc9/core/network/peer_manager.hpp#L44-L45 https://github.com/soramitsu/kagome/blob/a635da383e5e59f6dec407d0eaf7b7a1e6bf2fc9/core/network/impl/peer_manager_impl.hpp#L48-L49 https://github.com/soramitsu/kagome/blob/a635da383e5e59f6dec407d0eaf7b7a1e6bf2fc9/core/network/impl/peer_manager_impl.hpp#L189-L190
active_peers_
peer_states_
turuslan
No branches or pull requests
Timer of peer's activity is not updated, need to fix that to keep alive only peers that are active
The text was updated successfully, but these errors were encountered: