dingmaotu / mql-zmq

ZMQ binding for the MQL language (both 32bit MT4 and 64bit MT5)
Apache License 2.0
553 stars 301 forks source link

Add socket types ZMQ_CLIENT & ZMQ_SERVER #64

Closed biohazardxxx closed 9 months ago

biohazardxxx commented 10 months ago

Hi, good job with this library. THanks! It would be good to get also socket types ZMQ_CLIENT & ZMQ_SERVER available. Documnted here http://api.zeromq.org/4-2:zmq-socket This allows one server to many clients.

dingmaotu commented 9 months ago

截屏2023-12-19 10 59 47

I checked the 4.2.2 C header file and found that these socket types are in DRAFT status.

I think it is not safe to enable them. Are these features available in other bindings?

biohazardxxx commented 9 months ago

Yes you are correct it is still in draft status since 2015 :-( and "could" be unstable. Too bad! https://rfc.zeromq.org/spec/41/