Skip to content
  • Alexander A. Maly's avatar
    Fixed bug of crashing using Keyboard actor · c4edb77d
    Alexander A. Maly authored
    On MacOS Catalina std::queue does not check for non-emptyness on pop().
    It led to size became equal to (uint64_t) (-1) and crash when emptying
    the Keyboard events queue because in LockedQueue::dequeue we always popped.
    c4edb77d