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

Implement ConnectTimeout & CloseTimeout in JavaScript #2332

Closed pepone closed 1 week ago

pepone commented 1 week ago

This PR implements the ConnectTimeout, and CloseTimeout in JavaScript and removes connection timeouts. This is similar to changes previously done in C++, C# and Java.