-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket/ConnectionReset reset all the time #148
Comments
@jkmu did you got the solution. am also getting the same issues. |
@HemachandranPM I did not manage to solve it. I ended up using https://github.com/enyim/Memcached2 |
@jkmu Thanks for replying .can you give some solution or idea? |
|
got it @jkmu Thanks for ur support . |
@jkmu I am using the same server name but the IP address will change dynamically. it's possible the resolve this Memcache solution. |
@HemachandranPM I havent delt with that situation. In my case the Ip adresses are static. Please share if you find a solution. |
@jkmu Memcache value Set and Get working fine. but unable to remove or delete the Memcache.do u have any idea? |
@jkmu I am looking for replay can do needful pls |
Hei,
I keep getting Socket/ConnectionReset reset errors all the time when using the client. I am using the IMemcachedClient interface and the data is stored only sometimes when using
_memcachedClient.Store(StoreMode.Set, key, value, validFor);
with the error message below.Failed to ExecuteOperation on XXXXXXXX:11211 System.IO.IOException: Failed to write to the socket 'XXXXXXXX:11211'. Error: ConnectionReset at Enyim.Caching.Memcached.ThrowHelper.ThrowSocketWriteError(EndPoint endpoint, SocketError error) at Enyim.Caching.Memcached.PooledSocket.Write(IList
1 buffers)`Any ideas how I can fix this?
Thanks for your help!
The text was updated successfully, but these errors were encountered: