Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.4
-
None
-
Unknown
Description
I recently started using Continuation and it's working pretty fine.
According to the Java-Doc of Continuation.suspend a request should be resumed immediately, if a negative timeout is supplied. But I noticed that a negative timeout - similar to a timeout of 0 - will result in the request to be suspended until resume is called explicitly by other means.