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

Pass peer_id by value #1366

Merged
merged 1 commit into from
Oct 11, 2022
Merged

Pass peer_id by value #1366

merged 1 commit into from
Oct 11, 2022

Conversation

kamilsa
Copy link
Contributor

@kamilsa kamilsa commented Oct 11, 2022

Referenced issues

Description of the Change

After #1360 was done we thought that problem of falling because of nullptr was resolved, but it wasn't. This fix should done it for sure

Benefits

No fallings

Possible Drawbacks

None

@codecov
Copy link

codecov bot commented Oct 11, 2022

Codecov Report

Merging #1366 (1ce2b21) into master (ddf27db) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master    #1366   +/-   ##
=======================================
  Coverage   24.16%   24.17%           
=======================================
  Files         627      627           
  Lines       23449    23449           
  Branches    12260    12260           
=======================================
+ Hits         5667     5669    +2     
+ Misses      12507    12504    -3     
- Partials     5275     5276    +1     
Impacted Files Coverage Δ
core/network/impl/peer_manager_impl.cpp 3.19% <0.00%> (ø)
core/api/transport/impl/ws/ws_listener_impl.cpp 43.05% <0.00%> (+2.77%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kamilsa kamilsa merged commit 7ee0503 into master Oct 11, 2022
@kamilsa kamilsa deleted the fix/passed-peer-id-by-value branch October 11, 2022 14:37
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.

3 participants