You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use waitFor(stream) with stream = store.remove(dataset.toStream()), and dataset being an empty dataset, it creates an infinite loop. The promise in waitFor never resolves
store is rdf-store-sparql
The text was updated successfully, but these errors were encountered:
When i use
waitFor(stream)
withstream = store.remove(dataset.toStream())
, anddataset
being an empty dataset, it creates an infinite loop. The promise in waitFor never resolvesstore
isrdf-store-sparql
The text was updated successfully, but these errors were encountered: