Update app_client.py - added comments
This commit is contained in:
parent
9480903693
commit
2491ef2372
@ -3,6 +3,12 @@
|
|||||||
Created on Sun Mar 22 10:46:20 2020
|
Created on Sun Mar 22 10:46:20 2020
|
||||||
|
|
||||||
@author: cpan
|
@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
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user