OneFingerCodingWarrior
OneFingerCodingWarrior
 
in Tick Method, we should call Manager.Peers.UpdatePeerCounts (); as in Mode.Tick(); and in Tick() Method, if we run out of Peers, we should call SendAnnounces() again.
### Describe the bug 1、After Update to V2.8, got the following error PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry. 2、V2.7.1 works fine ### Steps to reproduce the...
Imagine we have 1000 pictures, to classify them, we need to call the api 1000 times with the same parameters. If we have a 8 core CPU, we can processing...