-
When trying to compile my program with the following (like in the client example.):
```c++
#define ASIO_STANDALONE
#include "websocketpp/client.hpp"
#include "websocketpp/config/asio_no_tls_client…
-
*@andrewnguyen94 commented on Jul 24, 2018, 10:25 AM UTC:*
Here is my tcp socket client
`class chat_client
{
public:
chat_client(boost::asio::io_service& io_service,
tcp::resolver::iterator endpoint_…
ghost updated
3 years ago
-
in most cases the practical way to dev serious app is to create more
higher level abstraction above libuv class - to realize protocol layer ProtocolTcpServer
above UvTcpServer, so
1) can I send …
-
```
stopping the io service will break operations that are supposed to be completed
before quitting.
could you enable asio debugging by defining TORRENT_ASIO_DEBUGGING to see which
operations are s…
-
In the ASIO api, it looks like you specify the channels you want to record by starting at an offset and specifying the number of channels you want:
asioOut.InputChannelOffset = GetUserSpecified…
-
From @Dyutighosh :
I tried running the test cases for cpprest with openssl1.1 version and below is the failed output for https and open ssl test cases:
1.
"error: Failure in set_user_options_asio…
-
I run the read stream
```
void ReadThread()
{
while (listenPort)
{
asio::error_code e;
shared_ptr buff = std::make_shared(CACECOMWORKER_BUFF_SIZE);
size_t bytes = asio::read(*p…
-
Hi,
I've been trying to use restc-cpp and i get various link errors on my mac. Some of which look like:
```
"_BIO_ctrl", referenced from:
boost::asio::ssl::detail::engine::map_error_co…
-
Hello
When a new message happens while thread-1 do heavy work on on_message, thread-2 want to do new message using on_message.
what can i do?
```cpp
#include
#include
#include
#include
#in…
-
Hello there.
I'm having some issues installing wineasio on Fedora. I followed the instructions used for Ubuntu to have a reference but i'm stuck when compiling the .dll.
Steps I followed:
- `git…
ghost updated
3 years ago