-
Notifications
You must be signed in to change notification settings - Fork 95
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
Error on commands #3
Comments
You may want to use Mt4ServerRaw because it uses raw tcp connection, which is the same as redis-cli. You use Mt4ServerZMQ only when you are using a zmq based client. |
Hi @dingmaotu, |
It is possible, but you need to use some low level methods instead of wrapped commands (the protocol is same but the commands are different) |
Hi @dingmaotu, |
this project seems almost dead ... nobody contributes, nobody talks .. |
HI,
I installed the necessary packages, and started the
Mt4ServerZMQ
script leaving the default 6666 port. I also installed the ridis-cli client and started the connection to the above port but when I try to run a command, for exampleorders
I get the following error:Error: Protocol error, got "\xff" as reply type byte
What am I doing wrong?
The operating system is Windows server 2016 on a VPS.
The text was updated successfully, but these errors were encountered: