-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.4
-
Component/s: Documentation, JAX-RS
-
Labels:None
-
Estimated Complexity:Unknown
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.