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 d8daaa2 commit 71cd5cdCopy full SHA for 71cd5cd
projects/client/RabbitMQ.Client/src/client/impl/ConnectionBase.cs
@@ -1055,9 +1055,7 @@ protected void StartAndTune()
1055
connectionStartCell.Value;
1056
1057
if (connectionStart == null){
1058
- throw new ProtocolVersionMismatchException(Protocol.MajorVersion,
1059
- Protocol.MinorVersion,
1060
- -1, -1);
+ throw new IOException("connection.start was never received, likely due to a network timeout");
1061
}
1062
1063
ServerProperties = connectionStart.m_serverProperties;
0 commit comments