I'm using the Neomodel lib and I can't find anything in the documentation to properly close the connection to the DB. Have I missed something or is there a way to access the underlying connection and close that?
When existing the python program an open connection will generate following errors:
Failed to write data to connection Address(host='localhost', port=7687) (Address(host='127.0.0.1', port=7687)); ("0; 'Underlying socket connection gone (_ssl.c:2263)'")
Failed to write data to connection Address(host='localhost', port=7687) (Address(host='127.0.0.1', port=7687)); ("0; 'Underlying socket connection gone (_ssl.c:2263)'")
Update: Found bug registered regarding this issue Underlying socket connection gone? #474