You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a last resort, I would like to add a try / catch for exception around the write in line 2367: jacob-carlborg, suggestions?
Currently I have no suggestions. I'm also wondering why the connected check doesn't work. Have you looked at the source code for the connected, could there be a bug in vibe.d? Have you tried if a try-catch works?
I've posted the issue in the vibe forum, but right now there's no reply.
I would like to get a reply there before taking any decisions.
This is a following of #71.
Unfortunately I'm still having exceptions during the write, as PostgreSQL is disconnecting after some inactivity time:
If the exception is not trapped, the connection become unusable, but there's no way to remove it from the pool, as #71.
As a last resort, I would like to add a try / catch for exception around the write in line 2367: @jacob-carlborg, suggestions?
I've posted the issue in the vibe forum, but right now there's no reply.
The text was updated successfully, but these errors were encountered: