mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
MySqlDataReader needs to be Close()d explicitly. Disposing it or letting it fall out of scope will not free it's hold on the connection.
MySqlDataReader needs to be Close()d explicitly. Disposing it or letting it fall out of scope will not free it's hold on the connection.