You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to guarantee a stable API, I think the various zsock_ options functions should always be available. They are already ifdef'ed to no-ops if at build time the corresponding option is not available, which is the correct approach for broader compatibility, so there shouldn't be a broader ifdef checking the libzmq version.
This is mostly a reminder for myself as I don't have time right now, hopefully next week.