* Get the number of HTTPRemoteClients we are connected to */
| 236 | * Get the number of HTTPRemoteClients we are connected to |
| 237 | */ |
| 238 | size_t GetConnectionsCount() const { return m_connected_size.load(std::memory_order_acquire); } |
| 239 | |
| 240 | /** |
| 241 | * Start the necessary threads for sockets IO. |