Skip to content

Commit 162b4b3

Browse files
committed
Fix
1 parent 807f983 commit 162b4b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/connection.js

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ function Connection(options = {}) {
212212
function close() {
213213
error(errors.connection('CLOSED', options))
214214
statements = {}
215+
messages = []
215216
open = ready = false
216217
}
217218

0 commit comments

Comments
 (0)