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
In addition to the current client.get_messages() method, it would be useful in some cases such as message statistics gathering to skip decoding and just return tuples of (topic, raw mcap record) from a client.get_raw_messages() method.
The text was updated successfully, but these errors were encountered:
From the private data platform repo (https://github.com/foxglove/data-platform/issues/676):
In addition to the current client.get_messages() method, it would be useful in some cases such as message statistics gathering to skip decoding and just return tuples of (topic, raw mcap record) from a client.get_raw_messages() method.
The text was updated successfully, but these errors were encountered: