jinaga / jinaga.net

.NET immutable data management library
MIT License
14 stars 3 forks source link

DisposeAsync #131

Closed michaellperry closed 1 month ago

michaellperry commented 2 months ago

Implement the DisposeAsync method on the JinagaClient. It should perform an Unload, which awaits all pending operations.

Any calls to Fact, Query, Watch, or Subscribe after calling DisposeAsync should throw ObjectDisposedException.

Document an example that uses DisposeAsync to delete a local database. The example should:

michaellperry commented 1 month ago

Released in Jinaga 1.0.6