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
doctor: don't error on schema id 0 missing from summary section (#1453)
### Changelog
Fixed a bug in `mcap doctor` which would raise an error for schemaless
channels.
### Docs
None
### Description
Previously a schemaless channel would result in errors like:
```
Indexed chunk at offset 42 contains messages referencing schema (0) not duplicated in summary section
```
0 commit comments