Hi, i have wrapped my request-response operations in transactions. When i was debugging last time i have reached the client timeout limit - and when i had finished debugging, the server sent a response to the "closed" client => transaction committed. Is there a method or way to detect that the client had its timeout ? So i could mark the transaction for timeout ... The operations aren't idempotent because they contain infomration about locks that would be released when commit occurs.
Regards, Tobias
