* @brief Gets the number of currently connected API clients. */
| 398 | * @brief Gets the number of currently connected API clients. |
| 399 | */ |
| 400 | int API::Server::clientCount() const noexcept |
| 401 | { |
| 402 | return m_clientCount; |
| 403 | } |
| 404 | |
| 405 | /** |
| 406 | * @brief Disconnects a client socket from the server. |