emmawillemsma

Results 2 issues of emmawillemsma

**Overview** I am trying to connect to a simple test server running on my local machine. I tried running the sample code in `example\echo_client.py`, but receive an error when the...

Currently the client init uses only the first address info tuple returned from `socket.getaddrinfo()` to create the socket (see line [97](https://github.com/Lawouach/WebSocket-for-Python/compare/master...emmawillemsma:getaddrinfo_fix?expand=1#diff-4e1ced24fcdbed07138d01da11e174ecL97)). Unfortunately sometimes this isn't the right address. Best practice...