Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0
-
None
Description
Currently, long running APIs like awaitTermination() keep running on the server even if the client has disconnected. We need to improve that. The implementation should periodically check if the client side is disconnected and release the resources.