79241211

Date: 2024-12-01 09:02:45
Score: 0.5
Natty:
Report link

dbB.close(); is causing the above mentioned error. Closing of db connection can be ideally achieved in two ways: 1. You may close the connection automatically by setting idle time in configuration 2. Or Initiating db connection on api call and closing the db connection after executing the query.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Clinto Abraham