moneycollector
Sometimes: Object Null Exception when using var rdr = await cmd.ExecuteReaderAsync();
myeah something like that would be it.. But can't see it as nowhere are signs of that for the rest. All other APIs / calls programs / connections etc are just fine. It looks like the system gets confused, especially with often hitting the second error that it expected more packets (
MySqlConnector.MySqlProtocolException: Packet received out-of-order. Expected 1; got 2
) So it expects results on 1 query but gets another result, it seems.27 replies
Sometimes: Object Null Exception when using var rdr = await cmd.ExecuteReaderAsync();
therefor i tried to use the dependency injection, but no improvement. Besides that, the MySqlConnector keeps a pool of connections available anyway and re-uses that with the OpenConnection command.. So it also doesn't make sense there i think
27 replies
Sometimes: Object Null Exception when using var rdr = await cmd.ExecuteReaderAsync();
In most cases, after this primary error, i got
MySqlConnector.MySqlProtocolException: Packet received out-of-order. Expected 1; got 2.
either which took my thinking it has a connectionpool problem. Unfortunately it didn't solve the case.27 replies