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 820da96 commit 4b54fb1Copy full SHA for 4b54fb1
src/groups/bmq/bmqimp/bmqimp_application.cpp
@@ -288,6 +288,9 @@ void Application::channelStateCallback(
288
BALL_LOG_ERROR << id() << "Could not establish session with '"
289
<< endpoint << "' [event: " << event
290
<< ", status: " << status << "]";
291
+ if (channel) {
292
+ channel->close(status);
293
+ }
294
} break; // BREAK
295
default: {
296
BALL_LOG_ERROR << id() << "Session with '" << endpoint << "' is now"
0 commit comments