-
Notifications
You must be signed in to change notification settings - Fork 1
客户端退出会导致服务器崩溃 #1
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Exception in thread Thread-1 (client_thread):
Traceback (most recent call last):
File "D:\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "D:\Python311\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "server.py", line 13, in client_thread
data = conn.recv(81920)
^^^^^^^^^^^^^^^^
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。