taozi
Community Developer
- Joined
- Nov 10, 2012
- Messages
- 163
- Reaction score
- 1
Before beta 570, my plugin ItemCount worked smoothly, after I updated DB to Beta 570, it stopped working, freezed DB with last message as:
it seems my following code:
freezes DB, this code basically do a UI update from other threads, can somebody tell me what I should do to fix this?
Code:
INFO Logger [Trinity 2.13.38] Waiting for Navigation Server...
Code:
Application.Current.Dispatcher.Invoke(() =>
{
boxText0.Text = "Counting... Please wait...";
});






