Gordon

Results 5 issues of Gordon

在publish_config、add_naming_instence等几个接口中,_do_sync_req的传参位序有问题,会导致在使用用户名密码登录时,报错 nacos.exception.NacosException: Insufficient privilege.

- [x] Does this PR have a descriptive title that could go in our release notes? - [ ] Does this PR add any new dependencies? - [ ] Does...

When I manually kill the main process, the `multiprocessing.queue` still attempts to read data, which results in an `EOFError`, followed by a long trace of error messages. These messages aren't...

raise error : ``` line 742, in _do_sync_req raise NacosRequestException("All server are not available") nacos.exception.NacosRequestException: All server are not available ```

**Title**: Fix deprecated `ssl.SSLContext()` usage **Description**: This PR replaces the deprecated `ssl.SSLContext()` initialization (which defaults to `ssl.PROTOCOL_TLS`) with an explicit protocol argument. * Updated `ctx = ssl.SSLContext()` → `ctx =...