poco icon indicating copy to clipboard operation
poco copied to clipboard

Proper reconnects for Data::PostgreSQL ?

Open vmato opened this issue 2 years ago • 2 comments

Data::PostgreSQL connections over network sometimes fails. In this case

  • session.isConnected() still indicates true
  • attempt to do session.reconnect() after exception causes exception within PooledSessionImpl::access()

What is a right way to detect broken session and reconnect?

vmato avatar Jan 08 '23 07:01 vmato

This issue is stale because it has been open for 365 days with no activity.

github-actions[bot] avatar Jan 09 '24 02:01 github-actions[bot]

Still actual

vmato avatar Jan 09 '24 22:01 vmato