-
Notifications
You must be signed in to change notification settings - Fork 251
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
consider reverting #27 #28
Comments
Hi, Nil constant is defined in RespBytes.mqh, it's a singleton that are used to encode NULLs to RESP format. If you clear RespArray it also delete this NULLs encoder through |
Oh, I see, my bad. Then, I guess, we have a dependency issue here. Or we can include it right in |
Exactly, probably need to include |
As stated in README: "To use the RESP protocol, you need to include Mql/Format/Resp.mqh". Looks like now the build is ok, it was my |
Issues with pull request #27:
Nil
constant is unknown;SafeDelete()
checks the pointer byCheckPointer()
and does nothing with NULL pointer.@dingmaotu: please check the build is ok before accepting pulls.
The text was updated successfully, but these errors were encountered: