While using sttl.js in project https://wot-td-ontology.github.io/wot-thing-description
I experience freezing when too many calls are made in parallel to the SPARQL endpoints Fuseki. (cannot even kill the process --> I need to restart my computer)
I would like to fork STTL.js to make the calls to the SPARQL endpoint sequential (don't care about performances at this stage). Any idea how this should be done in the file sttl.js ?
While using sttl.js in project https://wot-td-ontology.github.io/wot-thing-description
I experience freezing when too many calls are made in parallel to the SPARQL endpoints Fuseki. (cannot even kill the process --> I need to restart my computer)
I would like to fork STTL.js to make the calls to the SPARQL endpoint sequential (don't care about performances at this stage). Any idea how this should be done in the file
sttl.js?