Skip to content

Commit 10c64a9

Browse files
committed
Document purpose for upgrade signal
1 parent b41a46a commit 10c64a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/groups/bmq/bmqio/bmqio_ntcchannelfactory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ void NtcChannelFactory::processUpgrade(
242242
}
243243

244244
// Note: the `upgradable` object is the channel's underlying stream socket.
245+
// This signaler is the only way that we can communicate to observers what
246+
// the status of the upgrade is.
245247
d_upgradeSignaler(channel, upgradable, upgradeEvent);
246248

247249
callback(event, status, channel);

0 commit comments

Comments
 (0)