We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca06495 commit 3ae1ad6Copy full SHA for 3ae1ad6
Enyim.Caching/Memcached/PooledSocket.cs
@@ -59,7 +59,6 @@ private bool ConnectWithTimeout(Socket socket, EndPoint endpoint, int timeout)
59
{
60
bool connected = false;
61
socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, true);
62
- var args = new SocketAsyncEventArgs();
63
64
//Workaround for https://github.com/dotnet/corefx/issues/26840
65
if (endpoint is DnsEndPoint)
0 commit comments