TTTTTAAAAAKKKKEEEENNNN
released this
10 Apr 15:43
·
3 commits
to master
since this release
issue #85 fix:
If the client fails to login to nacos server at initialization stage, it will crash
If the server's password is changed when the client is running, the client will try to login the server every 30 seconds and put this issue on nacos-sdk-cpp.log
NacosConfigService::getConfig behavior change:
When the server returns 403(no permission), the client will try to get local snapshot, if there is no snapshot, the getConfig() will throw an exception with errorcode = 403 and the user is to decide the failback strategy