-
This happens sporadically, leading to server exit:
```
Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: boost::exception_detail::clone_impl
```
most likely on st…
-
I'd appreciate if author could put attention on the issue https://github.com/boostorg/asio/issues/79
Thanks for help.
igsol updated
2 years ago
-
https://www.boost.org/doc/libs/1_70_0/doc/html/boost_asio/history.html
Removed the deprecated member functions named io_service(). The get_io_service() member functions should be used instead.
-
If a Windows DLL includes the boost asio Networking headers, the following functions are invoked when the DLL gets loaded into the process. The below shows the stack when run with Application Verifier…
-
See https://github.com/chriskohlhoff/asio/issues/453 for the full context.
But basically currently there isn't a good way to make openSSL work with a library that wants to do the I/O in the proacto…
-
If I try the `CPM.cmake v0.37.0` this is the result if the **Boost Libraries** are already installed on my build system:
```bash
-- CPM: Using local package Boost@1.81.0
-- Configuring done
CMak…
-
I saw the tutorial and I can make libsioclient_tls.a file .
and it works when I use iphone simulator in my mac.
but there is some problem when I compile project with my iphone.
After I sear…
-
- Replace with SDL2.
- [Don't use OpenGL](https://wiki.libsdl.org/CategoryRender).
- Use Boost.Asio for networking.
- CMake will continue in the race.
-
My g++ version is 11.4. I wanted to build sdbusplus library on Ubuntu. I got some error when I committed `ninja`. How can I successfully build on Ubuntu?
Some error message:
`../include/sdbusplus/…
-
In boost_socket_info constructor (file swarm/urlfetcher/boost_event_loop.cpp:38) dup() syscall is used without return value checks. If application hits the max open files limit dup() returns -1 and ur…