Azure Data Lake Store - existing connection was forcibly closed by the remote host
问题 I use DataLakeStoreFileSystemManagementClient class for reading files from Data Lake Store. We open a steam for the file with the code like that, read it byte by byte and process it. it is a specific case where we can not use U-SQL for data processing. m_adlsFileSystemClient = new DataLakeStoreFileSystemManagementClient(…); return m_adlsFileSystemClient.FileSystem.OpenAsync(m_connection.AccountName, path); The process may take up to 60 minutes for reading and processing the file. The problem