Hello,
When the state of my TaminoConnection object is TaminoConnectionState::Broken, is it possible recover the connection ? or I must create a new connection object ?
Thanks you.
Have you tried closing and then re-opening the connection?
I tried it but when I did a query after that, a exception was thrown.
I think that create a new connection is the best solution.
Thanks for all.