Update app_client.py - added comments

This commit is contained in:
George 2020-03-23 15:17:22 -07:00
parent 9480903693
commit 2491ef2372

View File

@ -3,6 +3,12 @@
Created on Sun Mar 22 10:46:20 2020
@author: cpan
This client example is for non-blocking demonstation. It is going to hang if
the server does not send response due to some reasons. E.g. connection dropped.
While multi-connection non-blocking is essential for server, it is not
necessary the best choice for the client.
"""
import sys