titxue opened a new pull request, #20: URL: https://github.com/apache/shenyu-client-python/pull/20
fix(client): fix the logical and login URL path errors for the registry namespace ID - Fix the login URL path errors - Change the original bitwise OR operator "|" to the logical OR operator "or"- This change ensures that SYS_DEFAULT_NAMESPACE_ID is used only when register_namespace_id is None or empty - Previously, the use of the bitwise OR operator may have caused the default value to be used incorrectly when register_namespace_id was 0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
