coai
coai copied to clipboard
fix: use context copy in async goroutine
Using c.Copy() in an asynchronous goroutine to safely access gin.Context, avoiding race condition issues when accessing the context after the original request has completed.
Close #382