gap-packages / ZeroMQInterface

GAP Bindings to ZeroMQ
https://gap-packages.github.io/ZeroMQInterface
GNU General Public License v2.0
2 stars 5 forks source link

Remove use of `READ_COMMAND` in znode.g #12

Closed markuspf closed 6 years ago

fingolfin commented 6 years ago

I think you can simply replace it by READ_COMMAND_REAL -- after all, these two functions only differ in their return values, and the zmq code ignores the return value.

markuspf commented 6 years ago

Resovled in dc5e7a985a4dc40b79734b5350cdb711413c0839 (and released in 0.7)