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 592 forks source link

Fix JavaScript connection scheduling of heartbeats #3164

Closed pepone closed 3 days ago

pepone commented 4 days ago

This PR fixes JavaScript connection to ensure hearbeats are scheduled even if the write completes asynchronously.

It also reworks how the connection checks if the transceiver write call consumed the completed buffer. There is no need for a callback or separate parameter as the transceiver advances the buffer and the call can check if there is any remaining data.