Is it possible to download multiple files concurrently using .NET SDK for TRTH v2 using a single con

Hi,

We are using TRTH v2 REST API .NET SDK to download Venue By Day (VBD) files. It uses "StandardExtractionsContext" to get a handle of the file stream.

Is there any limit on the number of concurrent file downloads using the above method?

Best Answer

  • There is a limit on the number of concurrent connections. There is currently no way to download multiple files concurrently using a single connection. Please contact your TR account representative if you need additional connections. It is possible that your subscription allows for more connections.

Answers