You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging an issue with the interop runner was harder than necessary because a single client connection generated two back to back server connections. Since the qlogs are identified by the ICID, the log of the first connection was overwritten by the log of the second one.
The text was updated successfully, but these errors were encountered:
On the other hand, a number of test tools set the ICID to a specific value that identifies the test context. There should be an option to keep using the ICID, even if we switch to using the ICID. There should also be an easy way to retrieve the server initial SCID, maybe from the client's standard output.
Debugging an issue with the interop runner was harder than necessary because a single client connection generated two back to back server connections. Since the qlogs are identified by the ICID, the log of the first connection was overwritten by the log of the second one.
The text was updated successfully, but these errors were encountered: