eclipse-ee4j / eclipse-ee4j/tyrus
Async connect can not be canceled
Open
Component: client
deferred
Priority: Major
Type: Bug
- Dominant language
- Java
- Stars
- 128
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
TyrusFuture does not fulfill java.util.concurrent.Future contract in a useful manner.
The methods cancel(boolean) and isCancelled() are not implemented. Thus this implementation of Future works more like a Promise known from other languages.
#### Affected Versions
[1.12]
Contributor guide
Assessment
This issue has not been assessed yet.