zeromicro / go-zero

A cloud-native Go microservices framework with cli tool for productivity.
https://go-zero.dev
MIT License
29.34k stars 3.96k forks source link

sse abnormal disconnect #4451

Open POWERZAC opened 2 weeks ago

POWERZAC commented 2 weeks ago

This interface times out when a third-party api is called in the goroutine. This causes sse request connection to exit abnormally, and the request is normal after setting Timeout. I understand SSE ignores the timeout period, what causes this? image image