Commit 8f5944a
Update BoltConnectionPool.php
Removed `$socket->connect();`
On line 109 the function `authenticateBolt` is called that calls the Bolt function `init`.
`Init` does the also a `$socket->connect();` and overrides the existing PHP TCP Stream resource.
The lost (overwritten) resource is never closed, resulting in an warning of `a not nicley closed connection`.
`WARN [o.n.b.t.TransportSelectionHandler] Fatal error occurred when initialising pipeline, remote peer unexpectedly closed connection`.1 parent 4a00900 commit 8f5944a
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
0 commit comments