eclipse-basyx / basyx-java-server-sdk

MIT License
59 stars 47 forks source link

Fix default endpoint resolve strategy from client lib not conforming with specification #504

Closed mateusmolina-iese closed 3 weeks ago

mateusmolina-iese commented 4 weeks ago

Description of Changes

This PR changes the endpoint resolve strategy from client lib to only match the endpoint with the correct interface (see related issue).

Related Issue

Closes #499