An issue with the MySQLoo Database:ping() function causes the server to freeze up permanently when no database is connected. Due to this issue, users are not able to join their server when MSync is unconfigured.
Alternatively to Database:ping() I could implement Database:status() and compare them to the connection enums.
An issue with the MySQLoo
Database:ping()
function causes the server to freeze up permanently when no database is connected. Due to this issue, users are not able to join their server when MSync is unconfigured.Alternatively to
Database:ping()
I could implementDatabase:status()
and compare them to the connection enums.