This commit is contained in:
2025-04-18 13:18:33 +02:00
parent 0cb2bd6cbb
commit 9b6fff8376
@@ -1219,6 +1219,7 @@ class Waveform(PlotBase):
else:
stack_trace = traceback.extract_stack()
logger.warning(f"Async readback without scan ID, stack trace: {stack_trace}")
logger.warning(f"Sender: {sender}, cb_info: {getattr(sender, 'cb_info', None)}")
instruction = metadata.get("async_update", {}).get("type")
if instruction not in ["add", "add_slice", "replace"]:
logger.warning(f"Invalid async update instruction: {instruction}")