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

AEM socket listener received bytes comparison is not correct #2

Open
henrykuijpers opened this issue Aug 5, 2022 · 0 comments
Open

Comments

@henrykuijpers
Copy link

https://github.com/ggotti/aem-base/blob/master/aemInstaller.py#L51

We have noticed that the byte array sometimes contains only "s" and then the next byte array contains "tarted". Therefore, this check does not work correctly. The solution is to concatenate all responses and then compare the end result with "started".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant