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

prevent a channel from blocking all others by using a ring buffer #68

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Aug 18, 2023

No description provided.

@aler9 aler9 changed the title Bug/freeze prevent a channel from blocking all others by using a ring buffer Aug 18, 2023
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #68 (35cb584) into main (a145f72) will increase coverage by 0.53%.
The diff coverage is 93.54%.

❗ Current head 35cb584 differs from pull request most recent head 6316fba. Consider uploading reports for the commit 6316fba to get more accurate results

@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   81.33%   81.87%   +0.53%     
==========================================
  Files          26       28       +2     
  Lines        1988     2058      +70     
==========================================
+ Hits         1617     1685      +68     
- Misses        291      292       +1     
- Partials       80       81       +1     
Files Changed Coverage Δ
node.go 74.21% <88.88%> (+0.03%) ⬆️
channel.go 81.30% <89.09%> (-1.10%) ⬇️
channel_accepter.go 82.60% <100.00%> (+2.60%) ⬆️
node_streamrequest.go 72.50% <100.00%> (+1.31%) ⬆️
pkg/ringbuffer/event.go 100.00% <100.00%> (ø)
pkg/ringbuffer/ringbuffer.go 100.00% <100.00%> (ø)

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

@aler9 aler9 merged commit 34b87ed into main Aug 18, 2023
@aler9 aler9 deleted the bug/freeze branch August 18, 2023 10:31
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant