dohertj2 dohertj2
  • Joined on 2026-02-20
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-24 15:21:58 -04:00
eecd82b787 fix(lmxproxy): clean up stale session subscriptions on scavenge and add stream timeout
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-24 15:07:24 -04:00
b74e139a85 fix(lmxproxy): reset probe timer after reconnect to prevent false stale triggers
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-24 13:33:01 -04:00
488a7b534b feat(lmxproxy): add Connected Since and Reconnect Count to status page
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-24 12:20:48 -04:00
73fe618953 fix(lmxproxy): protect probe subscription from ReadAsync teardown, add instance configs
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-24 11:58:18 -04:00
95168253fc feat(lmxproxy): replace subscribe/unsubscribe health probe with persistent subscription
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-23 00:37:35 -04:00
b3222cf30b fix(site-runtime): wire EventLogHandlerActor so site event log queries work
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-23 00:12:53 -04:00
64c914019d feat(lmxproxy): always show RPC Operations table, rename from 'Operations'
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-23 00:08:32 -04:00
7f74b660b3 feat(lmxproxy): add delivered/dropped message counts to subscription stats
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 23:52:42 -04:00
59d143e4c8 docs(lmxproxy): update deviations for STA resolution, OnWriteComplete, subscribe fix
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 23:48:35 -04:00
b218773ab0 fix(lmxproxy): await COM subscription creation to fix Subscribe flakiness
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 23:35:44 -04:00
84b7b6a7a9 feat(lmxproxy): re-enable OnWriteComplete callback via STA message pump
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 23:18:42 -04:00
a326a8cbde fix(lmxproxy): make MxAccess client name unique per instance
a59d4ad76c fix(lmxproxy): use raw Win32 message pump instead of WinForms Application.Run
b6408726bc feat(lmxproxy): add STA thread with message pump for MxAccess COM callbacks
c96e71c83c Revert "fix(lmxproxy): resolve subscribe/unsubscribe race condition on client reconnect"
fa33e1acf1 fix(lmxproxy): resolve subscribe/unsubscribe race condition on client reconnect
Compare 5 commits »
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 15:58:35 -04:00
bc4fc97652 refactor(ui): extract instance bindings and overrides to dedicated Configure page
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 15:47:25 -04:00
161dc406ed feat(scripts): add typed Parameters.Get<T>() helpers for script API
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 15:21:32 -04:00
a0e036fb6b chore(lmxproxy): switch health probe tag to DevPlatform.Scheduler.ScanTime
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 15:19:32 -04:00
ecf4b434c2 refactor(dcl): simplify ValueFormatter now that SDK returns native .NET arrays
af7335f9e2 docs(dcl): update protocol and type mapping docs to reflect v2 TypedValue and SDK integration
Compare 2 commits »
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 15:08:47 -04:00
ce3942990e feat(lmxproxy): add DatetimeArray proto type for DateTime[] round-trip fidelity
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 14:56:40 -04:00
b050371dd5 fix(lmxproxy): handle DateTime[] COM arrays in TypedValueConverter
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 14:48:54 -04:00
dcdf79afdc fix(dcl): format ArrayValue objects as comma-separated strings for display
ea9c2857a7 fix(docker,cli): add LmxProxy.Client to Docker build, fix set-bindings JSON parsing
847302e297 test(dcl): add failover state machine tests for DataConnectionActor
5de6c8d052 docs(dcl): document primary/backup endpoint redundancy across requirements and test infra
e8df71ea64 feat(cli): add --primary-config, --backup-config, --failover-retry-count to data connection commands
Compare 12 commits »
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-22 07:55:58 -04:00
5ec7f35150 feat(dcl): replace hand-rolled LmxProxy gRPC client with real LmxProxyClient library