Prevent the UASocketClient from hanging (#316)
* 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
Showing
Please register or sign in to comment