We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5ba6a commit af6f9a5Copy full SHA for af6f9a5
1 file changed
console/executor_runner.cpp
@@ -46,7 +46,7 @@ void executor::subscribe_connect()
46
{
47
node_->subscribe_connect
48
(
49
- [&](const code&, const channel::ptr&)
+ [&](const code&, const network::channel::ptr&)
50
51
log_.write(levels::verbose) <<
52
"{in:" << node_->inbound_channel_count() << "}"
0 commit comments