Hello, when I used this project for development, I found a memory leak bug, that is, when calling AttachCurrentThread, a global cache will be created, but when DetachCurrentThread, the global reference object is not released. This problem will cause the CPU load to continue to increase when processing large-scale requests.
Hello, when I used this project for development, I found a memory leak bug, that is, when calling AttachCurrentThread, a global cache will be created, but when DetachCurrentThread, the global reference object is not released. This problem will cause the CPU load to continue to increase when processing large-scale requests.