mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.22k stars 2.53k forks source link

Crashes Database For Using destroy() #2500

Closed Kayuemkhan closed 2 years ago

Kayuemkhan commented 3 years ago

Hello, I have used two query! If one is successful then another will happen. And I used connection.destroy() for both. But, It causes a event loop and destroy my server.

dougwilson commented 2 years ago

Hi, sorry you are having that issue. I'm not sure what you mean, though. Can you provide either code and details on how to reproduce your issue or contribute a fix?

dougwilson commented 2 years ago

Closing due to no response.