What is the best way of handeling non blocking multiple requests via tcp in golang?

后端 未结 0 1837
心在旅途
心在旅途 2020-12-13 14:41

I need to handle multiple requests simultaneously, which means the requests will be stored in a queue. I want to return ack and response to each client and make it non block

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