zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Fixes #2334 #2362

Closed bentoi closed 2 days ago

bentoi commented 3 days ago

This PR fixes #2334 by just adding locking at the top of the finished method implementation. Holding the lock for the remainder of the method is not really useful.