Hello, I have found that in the tcp_integration_test.go file, there is a situation where the fatal function is called within a goroutine. L96andL100
It seems that I have read somewhere that this kind of writing is inappropriate. Because in the "groutine" context, "fatal" does not terminate the main process and may even cause an unexpected panic.
How do you view this situation? I hope to receive your reply.
Hello, I have found that in the tcp_integration_test.go file, there is a situation where the fatal function is called within a goroutine. L96andL100
It seems that I have read somewhere that this kind of writing is inappropriate. Because in the "groutine" context, "fatal" does not terminate the main process and may even cause an unexpected panic.
How do you view this situation? I hope to receive your reply.