About 10% of the situatians, exception is thrown
Unknown transmission status: sequence out of order
at ByteFX.Data.MySqlClient.Driver.ReadPacket()
at
ByteFX.Data.MySqlClient.MySqlDataReader.ClearCurrentR
esult()
at ByteFX.Data.MySqlClient.MySqlDataReader.Close()
.....
I want to state clear, that this is not thrown on every
execution of the program, and in 10 times opening
reader with abolutely same query it is happening just 2-3
times.
Driver.ReadPacket()
I assume, when there is a peekPacked (peekedPacket !
= null) everything is alright, but when calling
ReadPacketInternal(), packet.Sequence isn't set right,
so the check (packet.Sequence != packetSeq) fails and
the exception is thrown.