Closed mrinc closed 8 years ago
Hi there. What version are you using? CoreCLR or Full?
I created a unit test with your code, and I'm not seeing any AggregateException
on an empty table.
I also ran your test in 4 parallel threads and still cant reproduce the issue. Anymore information you can provide to help reproduce the issue would be very helpful.
Hey,
Thanks for the quick reply.
I installed the ReThinkDb.Driver v2.2.3
Not sure which one is included in the nuget package.
Thanks
I cant seem to reproduce the error. Do you have a sample project I could use to test?
Uploaded csproj - https://onedrive.live.com/redir?resid=4581A44EC3B61ED9!351940&authkey=!AB0RzlgUXltaI4A&ithint=file%2czip
Could it be my server is out of date or something?
@mrinc , thanks so much for your sample project. I'm able to reproduce the issue. Seems to be concurrency related with using TPL. Give me a few to investigate. I'll keep you updated.
Hey @mrinc , thanks for reporting this. This one was a tricky bug. Basically, we were late setting a CancellationToken
in that tight loop which caused the null reference exception.
This should be fixed in 2.2.4
Full .NET Framework and 2.2.4-beta-1
for CoreCLR.
Please let me know if it fixes your issue.
A+
All looks good on my side :)
Thanks for the help!
So with that code I keep getting
Any ideas why?
Thanks