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

后端 未结 0 1056
孤街浪徒
孤街浪徒 2021-02-14 21:48

Below is my code:

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


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