CompletablePromiseImpl.cancellableGetImpl ignores TimeUnit parameter

In the java sdk, CompletablePromiseImpl.cancellableGetImpl allows for a long timeout with a TimeUnit but timeout is treated as milliseconds regardless of the TimeUnit parameter.

edit: add link to github source

1 Like

Thanks for reporting this issue, I’ve put out a PR to address it:

1 Like