We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3080968 commit 286ec2bCopy full SHA for 286ec2b
1 file changed
lf_toolkit/io/stream_io.py
@@ -101,5 +101,6 @@ async def _handle_client(self, client: StreamIO):
101
# print("Client disconnected")
102
break
103
except Exception as e:
104
- print(f"Exception: {e}")
+ # print(f"Exception: {e}")
105
+ break
106
await client.close()
0 commit comments