mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +00:00
The previous test relied on client socket receiving close event from server-side destroy, which is timing-dependent and flaky in CI. New approach: - Verify stop() behavior directly via getPort() returning null - Test what we control (server state) not what we observe (client state) - Remove timing-dependent assertions - Faster and more reliable (83ms vs 1000ms+ timeout)