benbjohnson / litestream

Streaming replication for SQLite.
https://litestream.io
Apache License 2.0
11.12k stars 256 forks source link

Allow giving context to database close #520

Closed hifi closed 1 year ago

hifi commented 1 year ago

When using Litestream as a library, closing a database might not be desired to block forever due to replicas being stuck.

This moves the inner background context to an argument to allow the caller to limit the stop by using a cancelable context.