Hi All,
In the latest version strange reconnects were appeared. I create a datacontext, begin a transaction, make one update and then read the updated data (using the same datacontext) but there is old not updated version of data because between update and read was a reconnect. See MySQL log below:
Query UPDATE ....
Connect on
Query SELECT ....