Closed
Description
From PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#1607.
Per https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/partial-byte-reads-in-streams, under .NET 6.0 applications should repeatedly call Stream.Read
until all data is read. MySqlConnector does not do this, leading to command timeouts.