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
restore zmq.DRAFT_API meaning drafts are actually available
check both runtime zmq.has and build-time PYZMQ_DRAFT_API for pyzmq,
both of which have to be set for drafts to work.
If pyzmq is built without drafts and libzmq is, `has('draft')` will be true,
but draft api wrappers will not be available, leading to errors.
0 commit comments