diff options
Diffstat (limited to 'cpp/lib/client/Connection.cpp')
| -rw-r--r-- | cpp/lib/client/Connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/client/Connection.cpp b/cpp/lib/client/Connection.cpp index 10a0b50aad..dd1e372095 100644 --- a/cpp/lib/client/Connection.cpp +++ b/cpp/lib/client/Connection.cpp @@ -253,4 +253,5 @@ void Connection::shutdown(){ for(iterator i = channels.begin(); i != channels.end(); i++){ i->second->stop(); } + responses.signalResponse(AMQMethodBody::shared_ptr()); } |
