LinkedDataFragments / Client.js

[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.

Home Page:http://linkeddatafragments.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client process sometimes doesn't terminate

mielvds opened this issue · comments

After executing a query, the query ends (i.e., the resultset is closed), but the process hangs.
At first I thought fragments.dbpedia.org ends, but data.linkeddatafragments.org/dbpedia doesn’t. But after a second run fragments.dbpedia.org also didn't terminate.
Thus, it seems to be a race condition of some sort and not related to the server.

I'm using node v8.2.1 and the latest master

Trying to reproduce this, can you give an example of a query where this occurred? Also: did you execute it on fragments.dbpedia.org itself or one of its sub-endpoints?

This project has now been deprecated in favor of Comunica, where this should not be a problem anymore. If it is, feel free to open a new issue there.