Friday, February 2, 2024
1 change · saas-17.1
Resolved issues and error corrections
The request handling logic now properly cleans up user sessions when someone tries to connect to a database that does not exist. This prevents stale or invalid sessions from remaining active after a failed connection attempt.
Original PR description
During the refactoring, a try except was added around check_signaling when it should be around the registry initialization. This was causing the session not to be disconnected when trying to connect to a non existing database.