ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

The 4store status check API is broken #112

Closed mdorf closed 3 years ago

mdorf commented 3 years ago

The method that checks the status of 4store always returns 0s for both the running and outstanding queries. In addition, the method does not handle a case, where the server is down or unresponsive.

mdorf commented 3 years ago

Code in question: https://github.com/ncbo/goo/blob/master/lib/goo/sparql/client.rb#L176