Skip to content

Commit 7f82762

Browse files
wip
1 parent 634bc83 commit 7f82762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/influxdb/v3/client/internal/RestClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ public FullHttpResponse request(@Nonnull HttpMethod method,
241241

242242
if (this.channel == null || !this.channel.isOpen()) {
243243
ChannelFuture channelFuture = getBootstrap().connect();
244+
//fixme this is the connection timeout not read timeout
244245
if (!channelFuture.await(this.timeout.toMillis(), TimeUnit.MILLISECONDS)) {
245246
throw new InfluxDBApiException(new ConnectTimeoutException());
246247
}

0 commit comments

Comments
 (0)