WebClient.close()
does not return a Future
or wait for resources to be released
#2578
Labels
WebClient.close()
does not return a Future
or wait for resources to be released
#2578
Version
4.3.3~
Context
Call to
WebClient.close()
does not wait for resources to be released.Method signature was changed so that it returns a
Future<Void>
here #2197But later was reverted here 8dda3de
I'd expect
.close()
to either return theFuture<Void>
, or (less ideally) block until the future finishes before returning.Do you have a reproducer?
#2197 (comment)
8dda3de
Steps to reproduce
N/A
Extra
N/A
The text was updated successfully, but these errors were encountered: