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 b481fb9 commit 8d7844aCopy full SHA for 8d7844a
projects/client/RabbitMQ.Client/src/client/impl/SocketFrameHandler.cs
@@ -50,13 +50,9 @@ namespace RabbitMQ.Client.Impl
50
{
51
public class SocketFrameHandler : IFrameHandler
52
53
- // ^^ System.Net.Sockets.SocketError doesn't exist in .NET 1.1
54
-
55
// Timeout in seconds to wait for a clean socket close.
56
public const int SOCKET_CLOSING_TIMEOUT = 1;
57
58
- public const int WSAEWOULDBLOCK = 10035;
59
60
public NetworkBinaryReader m_reader;
61
public TcpClient m_socket;
62
public NetworkBinaryWriter m_writer;
0 commit comments