eedalong/Apache-IoTDB-Client-CSharp

IIS中res.HasNext()卡死

Closed this issue · 3 comments

环境:
.NET4.6.1
IIS10.0
Apache.IoTDB --version 1.0.0.2
IoTDB Server version 0.13.0

问题:
MVC项目中,执行最后一条数据后,再调用这个方法res.HasNext()会出现卡死的情况

image

测试:
跟踪源码后发现:SessionDataSet类FetchResults方法卡死导致的
image

补充:
image

马上调查

Fixed in #95. This bug is related to the deadlock produced by task.Result. Change to await would fix it.