DatTN95
Results
2
issues of
DatTN95
when i call await execSQLFC(sql); then the problem occurs. if i add await connection.query(`USE ${process.env.SQL_FCDB}`); it will working. my configure (something wrong?): ****DBConfig.js ```js const mysql = require('mysql2/promise') const poolCluster...
needs investigation
hi guys, current when connect from esp32 to server transport of socket alway polling. esp32 use socketioclient.h and server use socket.io. how to resolve issue? 