tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
2.94k stars 569 forks source link

Fatal log is already here: #578

Closed darkoaddison-wq closed 2 months ago

darkoaddison-wq commented 2 months ago
          Fatal log is already here:
  if (status == WAIT_FAILED) {
    auto error = OS_ERROR("WaitForMultipleObjects failed");
    LOG(FATAL) << events.size() << " " << timeout_ms << " " << error;
  }

Is number of awaited fds exceeds 64 for you?

Originally posted by @levlam in https://github.com/tdlib/td/issues/45#issuecomment-363614892