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 found out, that, for instance, writer.mpub(topic, *messages) fails to produce a correct byte buffer if messages contains just a single message (or none). This is because in both cases the proper metadata generation is skipped here.
The text was updated successfully, but these errors were encountered:
I found out, that, for instance,
writer.mpub(topic, *messages)
fails to produce a correct byte buffer ifmessages
contains just a single message (or none). This is because in both cases the proper metadata generation is skipped here.The text was updated successfully, but these errors were encountered: