Skip to content

Commit

Permalink
0.7.1:WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jun 11, 2018
1 parent 309535e commit 7708534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/IOWorker.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ namespace LAppS
}
break;
case WSType::MESSAGING:
mStats.mEventQSize+=current->getStats().mOutQueueSize;
mReaders[readersIndex]->getRunnable()->enqueue(current);
if((++readersIndex) == mMaxReaders)
readersIndex=0;
Expand Down

0 comments on commit 7708534

Please # to comment.