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
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?
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.
CFFI backend hasn't implemented Frame.get/set, which comes up mainly for the security metadata.
The text was updated successfully, but these errors were encountered: