There appears to be a delay from when client login responses are passed to the “rsslWrite” function to appearing on the wire:
- Client connects to ASG from RMDSTestClient -> EED -> ASG RR, and sets up a private stream connection.
- A TS request is sent from RMDSTestClient which will result in many responses being returned by ASG
- Once UPAComms in ASG RR starts sending responses, the connection is closed from the RMDSTestClient which the re-establishes the connection immediately after
- A client login request message is sent to ASG RR and then the response is passed to “rsslWrite” function, and at this point there can be a delay of up to 40 seconds before this appears in the pcap file.