IGNF / road2

NodeJS routing server aggregating several popular routing engines (video presentation (french) : https://peertube.fr/w/75fwFoW2GP8tQSGLUXUpPP)
https://ignf.github.io/road2/
GNU General Public License v3.0
11 stars 3 forks source link

[fix] pool connection and error #96

Closed lgrd closed 8 months ago

lgrd commented 8 months ago

This is a fix because the pg module can emit error event and they were not catched and so it caused some crashs of Road2. So, I used that bug to correct another misuse of the pg module and update it to 8.9.0.