mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
add comment about work needing doing
This commit is contained in:
parent
9bb6f8c390
commit
d6cf1d2f95
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue