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
The ZMQ adapter serializes messages before pushing, there are currently two major issues with this: It raises an exception when it gets an empty message (i.e. []) and said exception is swallowed, along with any other serialization errors.
The text was updated successfully, but these errors were encountered:
Is it expected that adding an empty message to the queue would do something useful? It could handle empty messages more explicitly to allow reporting of serialization errors of messages with actual content.
The ZMQ adapter serializes messages before pushing, there are currently two major issues with this: It raises an exception when it gets an empty message (i.e.
[]
) and said exception is swallowed, along with any other serialization errors.The text was updated successfully, but these errors were encountered: