Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:0
-
Epic Link:
-
Sprint:TSSW Sprint - Jun 05 - Jun 19
-
Team:Telescope and Site
-
Urgent?:No
Description
Add a connect_timeout constructor argument to lsst.ts.tcpip.Client with a reasonable (but fairly long, to avoid surprising existing software) default value.
Also add a sync_close method to BaseClientOrServer, for use by signal handlers.
Attachments
Issue Links
- blocks
-
DM-39488 Add a heartbeat telemetry topic for the MTMount telemetry client
- Done
Note: I could not figure out how to add a unit test for connect_timeout because I could not figure out how to delay a connection.
Pull request: https://github.com/lsst-ts/ts_tcpip/pull/29