Circle

Results 2 issues of Circle

因为需要控制并发, 所以想在Model中加入时间戳字段 (类似 public byte[] Timestampe 这种) 但是, 发现一旦这样做了以后, wtm生成的修改就不成功了. 应如何处理?

bug

seems like it should be "jobContainer.Count > 0". if use "jobContainer.Count - taskJobCount > 0", when taskJobCount increased, taskJobs in queue don't work until jobContainer.Count is bigger than taskJobCount .