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

Fix possible rare and subtle bug #98

Merged
merged 1 commit into from
Jan 2, 2022
Merged

Fix possible rare and subtle bug #98

merged 1 commit into from
Jan 2, 2022

Conversation

brunocodutra
Copy link
Owner

Before this change, it might have been possible, albeit very unlikely, that a receiver could report that the channel were disconnected even if there were messages in the buffer.

before this change, it might have been possible, albeit very unlikely, that a receiver could report that the channel were disconnected even if there were messages in the buffer
@brunocodutra brunocodutra enabled auto-merge (rebase) January 2, 2022 19:31
@codecov
Copy link

codecov bot commented Jan 2, 2022

Codecov Report

Merging #98 (cb91ae5) into master (038db7b) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   99.02%   99.02%   -0.01%     
==========================================
  Files           5        5              
  Lines         410      409       -1     
==========================================
- Hits          406      405       -1     
  Misses          4        4              
Impacted Files Coverage Δ
src/channel.rs 99.08% <100.00%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 038db7b...cb91ae5. Read the comment docs.

@brunocodutra brunocodutra merged commit b067c86 into master Jan 2, 2022
@brunocodutra brunocodutra deleted the bugfix branch January 2, 2022 19:46
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.

1 participant