R2DBC's CloseableConnectionFactory#close
has an override where it returns Mono<Void>
. Our use of this method should be reviewed so that we subscribe as currently it has no effect.
R2DBC's CloseableConnectionFactory#close
has an override where it returns Mono<Void>
. Our use of this method should be reviewed so that we subscribe as currently it has no effect.