eclipse-ecal / ecal

📦 eCAL - enhanced Communication Abstraction Layer. A high performance publish-subscribe, client-server cross-plattform middleware.
https://ecal.io
Apache License 2.0
848 stars 178 forks source link

[python] Call_method in service now allows threads. #1760

Closed Peguen closed 1 month ago

Peguen commented 1 month ago

Description

If you used a service client and server in the same process (like described in this issue: https://github.com/eclipse-ecal/ecal/issues/1755), the application locks. With this fix, it does not lock anymore and function as expected.