Go to file
caoqianming 5fa63ad6dd fix(opcua): stabilize reconnect loop and coalesce telemetry events
Always clear reconnect-in-progress markers after reconnect attempts so heartbeat-triggered retries are not blocked. Reduce high-frequency event overhead by coalescing consecutive point updates in the event worker and processing only the latest value per source/client handle.

Made-with: Cursor
2026-03-13 14:26:50 +08:00
migrations feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00
src fix(opcua): stabilize reconnect loop and coalesce telemetry events 2026-03-13 14:26:50 +08:00
web feat: add page 2026-03-11 13:23:05 +08:00
.gitignore feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
Cargo.lock feat: add page 2026-03-11 13:23:05 +08:00
Cargo.toml feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00