You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the entire project is initiated, there is only one instance of syncMasterThread. However, when multiple threads execute simultaneously, data may become disordered or duplicated.
The text was updated successfully, but these errors were encountered:
HBing110
changed the title
find a bug in CTK/Plugins/org.commontk.eventadmin/tasks /ctkEASyncDeliverTasks.tpp
found a bug in the file CTK/Plugins/org.commontk.eventadmin/tasks /ctkEASyncDeliverTasks.tpp
Nov 21, 2023
1、
I added a line before line 139: ctkEASyncMasterThread* syncMasterThread = new ctkEASyncMasterThread(); Running with high concurrency, the data is fine, but I haven't found a suitable place to release memory.
CTK/Plugins/org.commontk.eventadmin/tasks /ctkEASyncDeliverTasks.tpp
139 line
After the entire project is initiated, there is only one instance of syncMasterThread. However, when multiple threads execute simultaneously, data may become disordered or duplicated.
The text was updated successfully, but these errors were encountered: