LinkedDataFragments / Client.js

[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.
http://linkeddatafragments.org/
Other
92 stars 35 forks source link

Client process sometimes doesn't terminate #38

Closed mielvds closed 4 years ago

mielvds commented 7 years ago

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

joachimvh commented 6 years ago

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?

mielvds commented 6 years ago

it is more likely to happen when using http://fragments.dbpedia.org/en instead of http://fragments.dbpedia.org/2016-04/en

rubensworks commented 4 years ago

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.