Important Update:

- Bug fix: Handle not updated in SelectCore if SelectHandle re-used
This commit is contained in:
Charl Wentzel
2018-11-21 14:53:16 +02:00
parent bd85621b40
commit e3e5aa5258
2 changed files with 10 additions and 8 deletions

View File

@@ -2055,7 +2055,7 @@ bool CSelectableCore::Write( THandle * Handle )
// Check if Buffer empty
if (!Handle->OutBuffer->Len()) {
// Add to Select Write list
// Remove from Select Write list
if (Selector) {
Selector->Remove( Handle->FD, false, true );
}