neo4j-ruby-driver icon indicating copy to clipboard operation
neo4j-ruby-driver copied to clipboard

Neo4j Ruby Driver

Results 21 neo4j-ruby-driver issues
Sort by recently updated
recently updated
newest added

After a period of moderate inactivity, we began seeing this error on all subsequent requests. Restarting our instances temporarily fixed the issue. From the look of things, the key used...

#206 has a failing test describing the case where the connection is not returned properly back into pool, when a thread is interrupted or encounters error.

I have a weird issue. Our code hangs whenever we try: Example: ```ruby ActiveRecord::Base.transaction do ActiveGraph::Base.write_transaction do User.first # User is an ActiveRecord object. Hangs here end end ``` From...