lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.03k stars 666 forks source link

Questdb.Net #1100

Closed jimlojh closed 1 month ago

jimlojh commented 1 month ago

Describe the bug

I use Questdb.Net using dependency injection. When I instantiate the Questdb client in viewMode, the process cannot be released when I exit the entire application.

To Reproduce

1.Add the following code in any viewMode: var client = App.GetService(); var queryApi = client.GetQueryApi(); or QuestDBClient client = new QuestDBClient("http://localhost"); var queryApi = client.GetQueryApi(); 2.Run into the specified interface, then exit the entire application, you will find that the program cannot be released

Expected behavior

There is no error in the log, I don't know why

Screenshots

2024-05-25_091845 2024-05-25_091748 2024-05-25_091627 2024-05-25_091524

OS version

Window10

.NET version

.NET6

WPF-UI NuGet version

3.0.4

Additional context

thanks