no default parameters for isReadyToWrite and isReadyToRead

This commit is contained in:
Benjamin Sergeant
2019-03-18 14:31:21 -07:00
parent 2a90e3f478
commit d5d1a2c5f4
3 changed files with 3 additions and 4 deletions

View File

@ -204,7 +204,6 @@ namespace ix
{
// Wait with a 10ms timeout until the socket is ready to write.
// This way we are not busy looping
int timeoutMs = 10;
PollResultType result = _socket->isReadyToWrite(0, 10);
if (result == PollResultType_Error)
{