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

[Bug] Ensure m_uTransmissionSize is used to determine data size outside of header #51

Open
Grabt234 opened this issue Sep 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Grabt234
Copy link
Member

Grabt234 commented Sep 3, 2023

This number appears to be set to zero in some cases and is not correctly used.

This is an issue when one is transmitting to non c++ programs that do not have acess to smart pointers.

When try to decode bytes it will state that the length of the data in the session layer will be 0

@Grabt234 Grabt234 added the bug Something isn't working label Sep 3, 2023
@Grabt234
Copy link
Member Author

When it becomes an issue it can be fixed

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

No branches or pull requests

1 participant