CritasWang opened a new pull request, #49: URL: https://github.com/apache/iotdb-client-csharp/pull/49
- Add HasNextAsync() and FetchResultsAsync() to SessionDataSet to avoid sync-over-async deadlock in FetchResults() - Mark HasNext() as [Obsolete] with guidance to use HasNextAsync() - Update ConstructOneRow() to use 4-arg RowRecord constructor with dataTypes - Fix IoTDBCommand.BindParameters to use 4-arg RowRecord constructor - Add #pragma warning suppress in IoTDBDataReader for required sync calls - Update SessionPool.CheckTimeSeriesExistsAsync to use HasNextAsync() - Migrate all sample code to use await HasNextAsync() and 4-arg RowRecord -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
