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: random nil dereference caused by non-zero PipelineMultiplex #427

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

rueian
Copy link
Collaborator

@rueian rueian commented Dec 17, 2023

This issue is introduced by #418 where it changes the previous PipelineMultiplex behavior for cluster clients and causes this bug when casting a cluster client to a single client.

@rueian rueian added the bug Something isn't working label Dec 17, 2023
@rueian rueian force-pushed the fix-pipeline-multiplex branch from 3a41f19 to 495820f Compare December 17, 2023 06:36
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0c5c4b8) 95.99% compared to head (495820f) 96.00%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #427      +/-   ##
==========================================
+ Coverage   95.99%   96.00%   +0.01%     
==========================================
  Files          77       77              
  Lines       32389    32389              
==========================================
+ Hits        31091    31096       +5     
+ Misses       1107     1103       -4     
+ Partials      191      190       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rueian rueian merged commit 3b7376d into main Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants