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
2.05k stars 593 forks source link

getConnectionAsync throws ConnectionClosed synchronously #1729

Open pepone opened 9 months ago

pepone commented 9 months ago

See TODO in python Ice/ami test for getConnectionAsync, this exception was previously throw asynchronously when python extension used the old C++98 mapping.

externl commented 1 week ago

I don't see a todo as of https://github.com/zeroc-ice/ice/blob/40171af6057781f3fd07817c02875cebd525df54/python/test/Ice/ami/AllTests.py

Is this still relevant?

externl commented 1 week ago

Maybe fixed by #2489?

pepone commented 1 week ago

I fixes TODO in #2489, but I think there is still an issue with NoEndpointException throw synchronously from getConnectionAsync.