doc: 잘못된 주석 수정
This commit is contained in:
parent
4d60403adf
commit
a2b92134ce
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ void SessionManager::Broadcast(PacketHeader header,
|
|||
std::memcpy(buffer.data() + sizeof(PacketHeader), body.data(), body.size());
|
||||
|
||||
for (auto &session : sessions_) {
|
||||
// session::send에 span을 전달해야 함. 벡터 자체를 전달할 수도 있지만 우리
|
||||
// Send는 span을 인자로 받음. Session::Send는 span을 받아 복사본을 생성함.
|
||||
session->Send(buffer);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue