tyrus
tyrus copied to clipboard
Async connect can not be canceled
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]
- Issue Imported From: https://github.com/tyrus-project/tyrus/issues/592
- Original Issue Raised By:@glassfishrobot
- Original Issue Assigned To: @pavelbucek
@glassfishrobot Commented Reported by hoschott
@glassfishrobot Commented This issue was imported from java.net JIRA TYRUS-415