You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDL doesn't ignore value of 'frameInfo' field for 'Single' and 'First' frames.
It has to do so according to current protocol specification: 2.3 Frame Header Fields ("Frame Info")
Reproduction Steps
App registered
App sends PutFile data
a) as a single frame
b) as a multi frame
Make sure App sends non-zero value in 'frameInfo' field of 'Single' and 'First' frames
Expected Behavior
SDL does:
ignore value of 'frameInfo' field for 'Single' and 'First' frames
proceed with PutFile successfully
Observed Behavior
SDL fails to proceed the frames with message in log:
Hi @dboltovskyi, Livio is going to begin Release candidate prep, starting on 2021-08-30 for the upcoming Core 8.0 release. As noted in your comment above, Luxoft is planning on contributing a PR for this issue. Can you please provide timing on when Luxoft will have this PR ready for Livio review? Thanks!
Bug Report
SDL doesn't ignore value of 'frameInfo' field for 'Single' and 'First' frames.
It has to do so according to current protocol specification: 2.3 Frame Header Fields ("Frame Info")
Reproduction Steps
a) as a single frame
b) as a multi frame
Expected Behavior
SDL does:
Observed Behavior
SDL fails to proceed the frames with message in log:
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: