Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ on_sendable
Method
on_sendable
cpp/src/reconnect_test.cpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void on_sendable(proton::sender& s) override {
157
s.send(proton::message(
"hello"
));
158
}
159
160
void on_tracker_accept(proton::tracker& d) override {
161
d.connection().close();
Callers
nothing calls this directly
Calls
2
message
Class · 0.70
send
Method · 0.45
Tested by
no test coverage detected