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: decoder on accumulating slice values #482

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

muktihari
Copy link
Owner

Hr message's event_timestamp is an []uint32 and it's accumulable values. Previously, decoder only accumulate single value and discarding slice value, this PR fix it.

@muktihari muktihari added the bug Something isn't working label Oct 5, 2024
@muktihari muktihari added this to the v0.24.3 milestone Oct 5, 2024
@muktihari muktihari self-assigned this Oct 5, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (21f4b2d) to head (379a3fd).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #482   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           42        42           
  Lines         3810      3848   +38     
=========================================
+ Hits          3810      3848   +38     

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

@muktihari muktihari changed the title fix: accumulate slice values fix: decoder on accumulating slice values Oct 5, 2024
@muktihari muktihari enabled auto-merge (squash) October 5, 2024 01:17
@muktihari muktihari disabled auto-merge October 5, 2024 01:17
@muktihari muktihari merged commit e4a908f into master Oct 5, 2024
5 checks passed
@muktihari muktihari deleted the fix/decoder-accumulate-slice-values branch October 5, 2024 01:18
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