If i use socket.send() multiple times should it be multithreaded?

后端 未结 0 1448
一个人的身影
一个人的身影 2021-02-14 22:01

Below is my code:

for (Map.Entry entry : sessions.entrySet()) {
                    Session key = entry.getKey();
                    int          


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