OpenTrading / OTMql4Zmq

Open Trading Metatrader 4 ZeroMQ Bridge
MIT License
99 stars 46 forks source link

zmq_send() & zmq_recv() - "Bad address" error and MetaTrader crash #20

Open Wojtekcdv opened 7 years ago

Wojtekcdv commented 7 years ago

Hi! I created a simple client in mql4 to communicate with my java program on port 5555. 0MQ_client.txt Unfortunately zmq_send() & zmq_recv() return "-1" and zmq_errno() for both of them returns 14, which corresponds to "Bad address" error message. Could you tell me what might be the problem?

Essential informations:

Thank you in advance!