从.net客户端将数据存储到Couchbase时出错

时间:2019-01-10 15:14:17

标签: .net couchbase

从.net客户端将数据存储到Couchbase时出错

Error storing data to Couchbase. Error message Exception reading response - ***.**.**.*, exception System.IO.IOException: Unable to read data from the transport connection: A blocking operation was interrupted by a call to WSACancelBlockingCall. ---> System.Net.Sockets.SocketException: A blocking operation was interrupted by a call to WSACancelBlockingCall
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace enter code here---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at Couchbase.CouchbasePooledSocket.Read(Byte[] buffer, Int32 offset, Int32 count)
at Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse.Read(IPooledSocket socket)
at Enyim.Caching.Memcached.Protocol.Binary.SaslStep.ReadResponse(IPooledSocket socket)
at Couchbase.SocketPool.Authenticate(IPooledSocket socket)
at Couchbase.SocketPool.Create()
at Couchbase.SocketPool.Acquire()
at Couchbase.CouchbaseNode.Execute(IOperation op)

0 个答案:

没有答案
相关问题