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
Sometimes the API uses dict objects, and sometimes it uses moksha.hub.zeromq.zeromq.ZMQMessage objects. See #462 for the issue this causes with respect to headers. We need to define what the API is and determine where it is safe to convert the ZMQMessage object to a dictionary (or otherwise include the headers).
The text was updated successfully, but these errors were encountered:
This is a short-term fix for #462. We don't know what type of object is
being passed as a message.
See #465 for follow-up to
this.
Signed-off-by: Jeremy Cline <[email protected]>
This is a short-term fix for #462. We don't know what type of object is
being passed as a message.
See #465 for follow-up to
this.
This is a cherry-pick of #462
Signed-off-by: Jeremy Cline <[email protected]>
This is a short-term fix for #462. We don't know what type of object is
being passed as a message.
See #465 for follow-up to
this.
Signed-off-by: Jeremy Cline <[email protected]>
Sometimes the API uses
dict
objects, and sometimes it usesmoksha.hub.zeromq.zeromq.ZMQMessage
objects. See #462 for the issue this causes with respect to headers. We need to define what the API is and determine where it is safe to convert the ZMQMessage object to a dictionary (or otherwise include the headers).The text was updated successfully, but these errors were encountered: