add comment about work needing doing

This commit is contained in:
Eric House 2020-01-11 20:44:12 -08:00
parent 9bb6f8c390
commit d6cf1d2f95

View file

@ -1359,6 +1359,9 @@ handleMsgsMsg( const AddrInfo* addr, bool sendFull,
logf( XW_LOGVERBOSE0, "%s(): wrote %d bytes to socket %d", __func__,
nWritten, sock );
dbmgr->RecordSent( &msgIDs[0], msgIDs.size() );
// This seems still needed on the server. PENDING
// dbmgr->RemoveStoredMessages( msgIDs );
} else {
assert(0);
}