Why isn't any request sent back via http.Responsewriter when used inside a goroutine

前端 未结 0 1634
你的背包
你的背包 2020-12-15 02:03

I am able to send back a request if I do not use sync.Waitgroup. However doing the same in a goroutine is sending nothing back to the request, though the function is execute

相关标签:
回答
  • 消灭零回复
提交回复
热议问题