Luc Street

Results 4 comments of Luc Street

I like the idea of making the `pull`-type methods return a [`Stream`](https://docs.rs/futures-util/0.3.15/futures_util/stream/trait.Stream.html) of records. I'll have to mull over the design a bit more, since it may require a decent...

Off the top of my head, it's probably fine if the user doesn't consume all the records in the stream - there are messages still left to read, but I...

Ah, yep - my mistake, and changing the parsing wouldn't help much in that case. This sort of cleanup sounds like something an async `Drop` would help with, but that...

Several `Client` methods, (for example, [`run`](https://docs.rs/bolt-client/0.11.0/bolt_client/struct.Client.html#method.run)) allow you to pass a `db` entry in the `metadata` parameter, which specifies the name of the database to use.