I can't grab/print data on the pull instance using plain zeroMQ Push/Pull pattern
问题 I am having tough times to grab and print data which is successfully pushed to the wire. I have set up a plain Push-Pull-Architecture with Metatrader 4 acting as producer and Python backend acting as consumer . When it comes to grabbing and printing the data, I just cannot make it happen. This is my push instance which works just fine: Metatrader 4 zeroMQ push instance: #include <Zmq/Zmq.mqh> // EA plot settings extern string PROJECT_NAME = "Dashex.Feeder"; extern string ZEROMQ_PROTOCOL =