"System.IO.IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request. ---> System.Net.Sockets.SocketException: The I/O operation has been aborted because of either a thread exit or an application request"
Sync version works, async version times out after approx 75 seconds.
May be related to how task cancellation tokens are managed for async queries.
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Attachments
1
25 Sep 2018, 11:17 PM
Activity
Jeffry Morris August 30, 2018 at 10:11 PM
Edited
Moving this to 2.6.3 - so far I cannot replicate. It could be specific to the user's configuration. Need more info.
Cannot Reproduce
Pinned fields
Click on the next to a field label to start pinning.
Raised via this forum post: https://forums.couchbase.com/t/cant-extend-query-timeout-in-c-sdk/17730
Initial error:
"System.IO.IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request. ---> System.Net.Sockets.SocketException: The I/O operation has been aborted because of either a thread exit or an application request"
Sync version works, async version times out after approx 75 seconds.
May be related to how task cancellation tokens are managed for async queries.