|
22b4e6a8fb
|
Socket Factory has only one function which works for server and client code, and can do tls for both
|
2019-09-30 22:06:46 -07:00 |
|
|
1ed39677ce
|
SocketServer::handleConnection takes an std::shared_ptr<Socket> instead of a file descriptor
|
2019-09-30 21:48:55 -07:00 |
|
|
c32067013a
|
fix warning + add redis server logging
|
2019-09-23 21:14:20 -07:00 |
|
|
fbf80f4ab1
|
Add simple Redis Server which is only capable of doing publish / subscribe. New ws redis_server sub-command to use it. The server is used in the unittest, so that we can run on CI in environment where redis isn not available like github actions env.
|
2019-09-23 21:04:01 -07:00 |
|