You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "Bill (GitHub)" <gi...@apache.org> on 2018/12/07 23:50:06 UTC

[GitHub] [geode] Bill commented on pull request #2972: GEODE-6164: CacheClientProxy's closeSocket should be called atomically

`runAsync()` returns a `CompletableFuture<>`. Since you'll need a `CompletableFuture` later (e.g. line 77), why not capture a `CompletableFuture<Void>` ref here to avoid the cast later?

[ Full content available at: https://github.com/apache/geode/pull/2972 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org