• AlexejStukov's avatar
    Prevent the UASocketClient from hanging (#316) · 3f750a92
    AlexejStukov authored
    * Prevent the UASocketClient from hanging
    
    Added a timeout to the socket connection that prevents the ``UASocketClient`` from hanging on  ``_receive`` in ``_run``.
    
    * introduces new socket_timeout
    
    * added socket_timeout to Client
    
    * fixed small bug
    
    * added timeout handling to SocketWrapper
    3f750a92
utils.py 5.65 KB