diff --git a/sdk/client.h b/sdk/client.h index 91d1933..921fe26 100644 --- a/sdk/client.h +++ b/sdk/client.h @@ -92,9 +92,6 @@ struct Options { if (hostname.empty()) { throw std::invalid_argument("Hostname cannot be empty"); } - if (port < 0 || port > 65535) { - throw std::invalid_argument("Port must be between 0 and 65535"); - } } };