- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.8k
          v0.1.x: Fix UdpFramed with regards to Decode
          #1444
        
          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
  
    v0.1.x: Fix UdpFramed with regards to Decode
  
  #1444
              Conversation
UdpFramed with regards to Decode in v0.1.xUdpFramed with regards to Decode
      UdpFramed with regards to DecodeUdpFramed with regard to Decode
      UdpFramed with regard to DecodeUdpFramed with regards to Decode
      There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks for doing this 👍
| @carllerche any idea why we are getting this failure on min supported version? | 
| @LucioFranco Perhaps due to #1369 | 
| @taiki-e ah yeah...I should get to reviewing those PRs. | 
| @JohnDoneth if you still pursuing this PR, try merging with current v0.1.x branch, for hope of passing CI? | 
| @JohnDoneth thanks for this! Is the other PR ready to review/merge into master? | 
| @LucioFranco of course, and yes it's ready! | 
Should (fix) #1443 in the v0.1.x branch.
UdpFramednow attempts to continue decoding past the first discrete item if there is more data in the read buffer. I added a test for this that sends a packet with 3 lines and tests for the successful decoding of each item in turn.