Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ on_connection_close
Method
on_connection_close
cpp/src/container_test.cpp:242–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
void on_connection_close(proton::connection &c) override {
243
ASSERT(state==3);
244
c.container().stop();
245
state = 4;
246
}
247
void on_container_stop(proton::container & ) override {
248
ASSERT(state==4);
249
state = 5;
Callers
nothing calls this directly
Calls
2
stop
Method · 0.45
container
Method · 0.45
Tested by
no test coverage detected