You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The argument looks identical to me using either es6 or bluebird promise implementation, however with es6, an error is thrown:
Neo4jError: Property values can only be of primitive types or arrays thereof
at new Neo4jError (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/error.js:76:132)
at newError (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/error.js:66:10)
at Connection._handleMessage (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/internal/connector.js:355:56)
at Dechunker.Connection._dechunker.onmessage (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/internal/connector.js:286:12)
at Dechunker._onHeader (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/internal/chunking.js:246:14)
at Dechunker.AWAITING_CHUNK (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/internal/chunking.js:199:21)
at Dechunker.write (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/internal/chunking.js:257:28)
at NodeChannel.self._ch.onmessage (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/internal/connector.js:259:27)
at TLSSocket.<anonymous> (/Users/jblues/vampr/vend_node/node_modules/neo4j-driver/lib/v1/internal/ch-node.js:308:16)
at emitOne (events.js:115:13)
Not sure if this is helpful in its own right, will try to extract a public repo that demonstrates the problem asap.
The text was updated successfully, but these errors were encountered:
I suppose driver could convert iterables to arrays. There is a possibility that given iterable is infinite which will make driver fail with OOM. Not sure if this is a real problem or no. Will create a card for us to investigate this.
Running the following code results in a parameters argument as follows:
The argument looks identical to me using either es6 or bluebird promise implementation, however with es6, an error is thrown:
Not sure if this is helpful in its own right, will try to extract a public repo that demonstrates the problem asap.
The text was updated successfully, but these errors were encountered: