Results 71 comments of Chris Leishman

Hi @JensWalther, If you can create a reproducible test that I can run to verify this, I'd be happy to investigate further. Cheers, Chris

Right - the latest Neo4j version has made a un-documented or standardized protocol upgrade. There is some work in the https://github.com/cleishm/libneo4j-client/tree/neo4j-proto-2 branch to reverse engineer the additions and add support...

Not necessarily. V1 bolt works ok, and it should not be too hard to reverse engineer the protocol given the server implementation is open source. It just needs someone to...

@seajaysec ran into the same issue. Is anyone interested in contributing to this? @agatlin?

🥰 Gee, thanks!

Hi @JensWalther, So the current API intentionally avoided methods to convert identities to and from integers. I'm ok with revisiting this decision. However, I would like to understand the use-case.

I should first mention that you shouldn't be accessing `_vdata`, i.e. in `static_cast(vId._vdata._int)`. Those struct fields are undocumented and may not contain the data you're after. I'll look at adding...

Not currently, no. Although it shouldn't be too hard to make it work with non-blocking sockets. Contributions are welcome!

Hi @AO-StreetArt, As you've noted, the `bolt+routing` in neo4j is based on: * Connecting to a "core" server using BOLT * Sending a query (stored proc call) and retrieving the...

I had a couple of more requests for this lately. Shall we discuss some more and consider some work on it?