Remove blocking TCP connectivity tests for fast startup
All checks were successful
Build and Release / build-and-release (push) Successful in 1m10s

Eliminates test_tcp_connectivity function that was causing 5-10 second
startup delays. ZMQ connections are non-blocking and we rely entirely
on heartbeat mechanism for connectivity detection. This restores fast
dashboard startup time.
This commit is contained in:
2025-11-15 11:09:49 +01:00
parent 33e700529e
commit ec460496d8
4 changed files with 3 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard-shared"
version = "0.1.71"
version = "0.1.72"
edition = "2021"
[dependencies]