splatch opened a new pull request, #1830: URL: https://github.com/apache/plc4x/pull/1830
Amended selection logic made use of streams with side effects. When server had more than one endpoint and these endpoints had same policy (i.e. anonymous) with different identifiers (i.e. anonymous_1, anonymous_2), it lead to wrong activate session requests which mixed endpoint and user token policy. Updated logic removes side effects and makes sure that only policies of matched server endpoint are tested against client configuration. Closes #1705. -- 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: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org