Stanislav

Results 4 comments of Stanislav

@Scorpio1987 try setting the `connectionTimeoutMillis` and `idleTimeoutMillis ` timeouts more than 0

> [@stas-ut21](https://github.com/stas-ut21) That didn't solve the issue. > > After debugging more and looking through the code, it seems like the underlying client is stuck waiting for the response for...

@mai1x9 faced with the same problem It happened during the postgres restart I'm trying to reproduce the problem, but so far without success perhaps timeouts can be used as a...

the problem occurs due to connection freezes in the pool query may hang if there are dns, proxy, etc. services it is necessary to set all timeouts @mai1x9 if I'm...