Fixed - Logging tweaks - Log writes when successful, not before
0.1.11
Added - Added add_header method
0.1.10
Fixed - Fixed disconnect when recv buffer is full
0.1.9
Fixed - Change struct to use byte strings, to fix a std lib issue
0.1.8
Added - connect() now has a close_timeout parameter.
Changed - WebSocket objects will now close the socket automatically if an exception occurs in the event loop. Negating the need to use the websocket as a context manager.