【发布时间】:2019-10-22 15:38:05
【问题描述】:
我正在使用Neomodel lib,但在文档中找不到任何内容来正确关闭与数据库的连接。我错过了什么还是有办法访问底层连接并关闭它?
当存在python程序时,打开连接会产生以下错误:
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)'")
更新:发现关于此问题的错误注册Underlying socket connection gone? #474
【问题讨论】: