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] Disconnect all sources (so bases) during a restart #93

Closed lgrd closed 8 months ago

lgrd commented 8 months ago

Situation

When a restart is asked by the admin, servers of the service are closed but the sources are not disconnected. So, some base connections are still there.

Fix

The disconnect functions exist on some classes but they are not used during the restart and in the service.

TODO