alaisi / postgres-async-driver

Asynchronous PostgreSQL Java driver
Apache License 2.0
287 stars 38 forks source link

Add timeout support #54

Closed jaceksokol closed 6 years ago

jaceksokol commented 6 years ago

This is different approach to timeouts (RX based). There are some cases where errors are not propagate through RX extension and the connection is not correctly released. I believe it would require some fundamental refactoring.