-
The issue was caused by a lot of refresh actions and many calculations were done on the main thread (thread responsible for the UI). I've offloaded a lot of work on the background threads and reduced number of refreshes called for a single row to improve the performance of those lists.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
6651
|
Version |
Version 3.0
|
Issue Votes (0)
Watchers (0)
Synchronization of messages on reconnection can take a long time and blocks UI.