doc: add reference to the conan file built at https://github.com/Zinnion/conan-IXWebSocket
This commit is contained in:
		| @@ -199,6 +199,8 @@ make install # will install to /usr/local on Unix, on macOS it is a good idea to | |||||||
|  |  | ||||||
| Headers and a static library will be installed to the target dir. | Headers and a static library will be installed to the target dir. | ||||||
|  |  | ||||||
|  | A [conan](https://conan.io/) file is available at [conan-IXWebSocket](https://github.com/Zinnion/conan-IXWebSocket). | ||||||
|  |  | ||||||
| There is a unittest which can be executed by typing `make test`. | There is a unittest which can be executed by typing `make test`. | ||||||
|  |  | ||||||
| There is a Dockerfile for running some code on Linux. To use docker-compose you must make a docker container first. | There is a Dockerfile for running some code on Linux. To use docker-compose you must make a docker container first. | ||||||
|   | |||||||
| @@ -35,7 +35,6 @@ namespace ix | |||||||
|         _activeJobs.erase(_id); |         _activeJobs.erase(_id); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     // we want hostname to be copied, not passed as a const reference |  | ||||||
|     struct addrinfo* DNSLookup::getAddrInfo(const std::string& hostname, |     struct addrinfo* DNSLookup::getAddrInfo(const std::string& hostname, | ||||||
|                                             int port, |                                             int port, | ||||||
|                                             std::string& errMsg) |                                             std::string& errMsg) | ||||||
|   | |||||||
| @@ -271,7 +271,7 @@ namespace ix | |||||||
|                     _onMessageCallback(WebSocket_MessageType_Error, "", 0, |                     _onMessageCallback(WebSocket_MessageType_Error, "", 0, | ||||||
|                                        connectErr, WebSocketOpenInfo(), |                                        connectErr, WebSocketOpenInfo(), | ||||||
|                                        WebSocketCloseInfo()); |                                        WebSocketCloseInfo()); | ||||||
|                      |  | ||||||
|                     // Only sleep if we aren't in the middle of stopping |                     // Only sleep if we aren't in the middle of stopping | ||||||
|                     if (!_stop) |                     if (!_stop) | ||||||
|                     { |                     { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user