16337 bef62e430c fix: 修复get_bindings_from_redis空roi_id过滤bug
当roi_id为空字符串时(reload_all_algorithms调用),原逻辑
data.get('roi_id') == "" 匹配不到任何bind,导致全量重载
始终返回0个算法。改为 not roi_id or 匹配,空值时返回全部。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 09:57:20 +08:00
2026-02-02 14:49:47 +08:00
2026-01-30 11:34:51 +08:00
Description
边缘推理层
37 MiB
Languages
Python 100%