plc_control/src
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
..
handler fix: harden event handling and source safety 2026-03-13 14:22:16 +08:00
util fix: harden event handling and source safety 2026-03-13 14:22:16 +08:00
config.rs fix: harden event handling and source safety 2026-03-13 14:22:16 +08:00
connection.rs fix(opcua): stabilize reconnect loop and coalesce telemetry events 2026-03-13 14:26:50 +08:00
db.rs feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
event.rs fix(opcua): stabilize reconnect loop and coalesce telemetry events 2026-03-13 14:26:50 +08:00
handler.rs feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00
main.rs feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00
middleware.rs feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
model.rs feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00
service.rs fix: harden event handling and source safety 2026-03-13 14:22:16 +08:00
telemetry.rs 优化数据序列化:时间戳使用本地时间格式,简化 DataValue 输出 2026-03-04 12:41:14 +08:00
util.rs feat: 添加通用的分页工具模块 2026-03-04 13:37:58 +08:00
websocket.rs refactor: 将 PointValueChange 重命名为 PointNewValue 2026-03-03 16:56:37 +08:00