Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:TSSW Sprint - Jun 19 - Jul 03
-
Team:Telescope and Site
-
Urgent?:No
Description
Use the latest ts_tcpip package in ts_m2com package.
From Russell:
ts_tcpip v1.1.0 is now tagged and the conda package built. If you use this package, please run your unit tests and update your code if you see any warnings (which would likely be due to calling read or write methods on the underlying reader or writer attributes, which are now supposed to be private). There are high-level read and write methods on Client and OneClientServer, including new read_str, write_str, read_json, and write_json methods — which I suspect are what most code should be using. Also if you use OneClientServer, please look into using OneClientReadLoopServer instead. It will simplify your code. Thanks to Wouter for the improvements.
Please help to review the PRs:
1. https://github.com/lsst-ts/ts_m2com/pull/39
2. https://github.com/lsst-ts/ts_m2/pull/47
Thanks!