Client Server programming in python?

前端 未结 3 1761
[愿得一人]
[愿得一人] 2020-12-24 09:45

Here is source code for multithreaed server and client in python.

In the code client and server closes connection after the job is finished. I want to keep the conne

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-24 10:11

    I'm not sure I understand the question, but don't call close() if you don't want to close the connection...

提交回复
热议问题