Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:10
-
Epic Link:
-
Sprint:TSSW Sprint - Aug 16 - Aug 30, TSSW Sprint - Aug 30 - Sep 13, TSSW Sprint - Sep 13 - Sep 27
-
Team:Telescope and Site
-
Urgent?:No
Description
Alignment currently listens for a single response message when it sends a command or query. But sometimes T2SA sends a couple messages that we need to catch and respond to. Implement a listening system for this.
Started a big rework of how responses are handled in this CSC, then decided we don't need the complexity. The couple API interactions where T2SA sends more than one response, we can just start a background task that listens for its particular responses. Sot this ended up being not much of a change.