Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Draft: fix(messages): made deserialized message frozen

wakonig_k requested to merge fix/frozen_bec_message into main

Description

Made the serialized ScanStatusMessage frozen to avoid accidental overwrites from devices.

Related Issues

closes #422

Type of Change

  • Once received, the device manager deserializes the message and converts it to a frozen pydantic model with static dicts.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading