Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Issue:
- In the method lastResult we immediately set the lastResultReceived to be true.
- If an exception occurs after the flag is set and before the message is sent (like security exception)
- Then this exception will never be sent to the client because the lastResultReceived is set and clients will be stuck waiting for the function results.
Solution:
- set the flag after the message is sent.
Affected code :
- ServerToClientFunctionResultSender65.java
- ServerToClientFunctionResultSender.java
Attachments
Issue Links
- links to