Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Frame.get with cffi backend #960

Open
minrk opened this issue Jan 3, 2017 · 4 comments
Open

support Frame.get with cffi backend #960

minrk opened this issue Jan 3, 2017 · 4 comments

Comments

@minrk
Copy link
Member

minrk commented Jan 3, 2017

CFFI backend hasn't implemented Frame.get/set, which comes up mainly for the security metadata.

@subiol
Copy link

subiol commented Feb 25, 2017

I was trying to access the user-id in a auth secured connection. Does this mean at the moment metadata information, and thus the user-id, can not be accessed with pyzmq?

@minrk
Copy link
Member Author

minrk commented Feb 25, 2017

When using the CFFI backend (i.e. in pypy), yes. The Cython backend does support this metadata, but you must use frames = socket.recv_multipart(copy=False) to access it.

@mattip
Copy link
Contributor

mattip commented Aug 6, 2021

Is this still actionable?

@minrk
Copy link
Member Author

minrk commented Aug 9, 2021

Yes, Frame.get/set (should wrap zmq_msg_get/set) is not implemented in the CFFI backend. Cython implementation is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants