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
Hi, there. I am currently working on implementing the archive client in C++. While implementing listRecording feature, our test program crashed due to malformed SBE message. After few hours of investigation, I think the following line of code caused the problem,
Hi, there. I am currently working on implementing the archive client in C++. While implementing listRecording feature, our test program crashed due to malformed SBE message. After few hours of investigation, I think the following line of code caused the problem,
https://github.com/real-logic/aeron/blob/51d1998e80ab7c2927c5140593d806f2342d673b/aeron-archive/src/main/java/io/aeron/archive/ControlResponseProxy.java#L58
The
- HEADER_LENGTH
part should be removed.The text was updated successfully, but these errors were encountered: