We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fde1ef + 1c34610 commit 9a8620dCopy full SHA for 9a8620d
lib/remote/jsonrpcconnection.cpp
@@ -62,7 +62,7 @@ void JsonRpcConnection::HandleIncomingMessages(boost::asio::yield_context yc)
62
{
63
m_Stream->next_layer().SetSeen(&m_Seen);
64
65
- for (;;) {
+ while (!m_ShuttingDown) {
66
String message;
67
68
try {
0 commit comments