eugeneware / eugeneware/fulltext-engine

how to stop a stream?

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
33
Forks
3
PR merge metrics
No merged PRs in 30d

Description

```
dbl = LevelQuery(dbl)
dbl.query.use(full_text_engine())

stream = dbl.query( key, value )
stream.on( "data", function() { console.log( "at some point i got enough" )} );
```

At this point, how to "stop" the stream?

i tried stream.pause(), stream.close(), stream.end(), stream.stop() but none seems to work.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.