create a blocking + cancellable Socket::readBytes method

This commit is contained in:
Benjamin Sergeant
2019-03-02 11:01:51 -08:00
parent 18e7189a07
commit 8a74ddcd13
5 changed files with 73 additions and 26 deletions

View File

@ -178,6 +178,13 @@ CMakefiles for the library and the examples are available. This library has few
There is a Dockerfile for running some code on Linux, and a unittest which can be executed by typing `make test`.
You can build and install the ws command line tool with Homebrew.
```
brew create --cmake https://github.com/machinezone/IXWebSocket/archive/v1.1.0.tar.gz
brew install IXWebSocket
```
## Implementation details
### Per Message Deflate compression.