According to websocket specification, a client must mask messages and a server must not mask messages.
This has never been properly address in this library, but it turned out improvement in v1.6 caused other issues instead.
This fix should ensure correct behavior concerning sending messages. There are other related requirements as well, but those are not critical and will be approached later.