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

enquireLink in Client class is not working properly #19

Open
theobe opened this issue Jul 1, 2024 · 0 comments
Open

enquireLink in Client class is not working properly #19

theobe opened this issue Jul 1, 2024 · 0 comments
Assignees

Comments

@theobe
Copy link

theobe commented Jul 1, 2024

It's allowed to pass null as pdyBody in function sendCommand.
But when trying to send the message with sendPDU() it's failing, because it's trying to do a strlen on the null value. Since PHP8 is throwing an error, the function is failing.

@alexandr-mironov alexandr-mironov self-assigned this Jul 16, 2024
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

2 participants