tomasfabian / ksqlDB.RestApi.Client-DotNet

ksqlDb.RestApi.Client is a C# LINQ-enabled client API for issuing and consuming ksqlDB push and pull queries and executing statements.
MIT License
93 stars 24 forks source link

Add support for IDisposable #24

Closed pjwilliams2 closed 2 years ago

pjwilliams2 commented 2 years ago

Disposing of the KSqlDBContext throws an InvalidOperationException when the service provider is being disposed since the current context implementation is async only. Following the pattern established by Microsoft.

pjwilliams2 commented 2 years ago

Thank you again @pjwilliams2 !

Anytime. Thanks for such a quick look.