We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b405ad6 commit 33d49e1Copy full SHA for 33d49e1
1 file changed
src/Client/Connection.cpp
@@ -1327,11 +1327,10 @@ Packet Connection::receivePacket()
1327
{
1328
try
1329
1330
- /// If we already disconnected.
+ /// We are trying to send something to already disconnected connection,
1331
+ /// this means that we continue using Connection after exception.
1332
if (!in)
- {
1333
throw Exception(ErrorCodes::LOGICAL_ERROR, "Connection to {} is terminated", getDescription());
1334
- }
1335
1336
Packet res;
1337
0 commit comments