Skip to content

Commit 1a3873a

Browse files
Singh Vijendra (BEG/EOR2)Singh Vijendra (BEG/EOR2)
authored andcommitted
todo updated
1 parent a06702e commit 1a3873a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cam_streaming/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def main(config):
8383
send_data(conn, "bye")
8484
# close connection
8585
conn.close()
86-
print("[INFO]: Connection closed")
86+
# print("[INFO]: Connection closed")
8787

8888

8989
if __name__ == "__main__":

docs/TODO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TODO
2-
* catching keyboard interrupt is not working in server.py. For now as a workaround break is added to while loop after connecting with a client. Need to be fixed.
2+
* catching keyboard interrupt is not working in server.py. For now as a workaround break is added to while loop after connecting with a client. Need to be fixed.
3+
* close client in a neat way.

0 commit comments

Comments
 (0)