python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I am trying to upgrade from boost 1.68.0 to boost 1.77.0. But I am facing issue related to endpoint type
I need to upgrade from boost 1.68.0 to boost 1.77.0.
So I downloaded boost 1.77.0 and built it.
But when I compile my code with boost I get the following error,
In file included from
..//../bin/boost...
Prasad Patil
Votes: 0
Answers: 1
boost::asio::ip::udp::socket can I force an immediate send or write?
I'm working on up programme using boost::asio::ip::udp:: socket where I need at certain moment send a buffer to a specific end point with high priority (I need a guarantee that my data was delivered t...
freelancer
Votes: 0
Answers: 0
Can Boost::asio::post can interrupt the running thread?
I am new to Boost::asio and I am currently looking at io_context.
I have a question regarding the function io_context::post
Posting on thread can preempt what's running on that thread currently ?
beca...
freelancer
Votes: 0
Answers: 1
Server crashing while being interrupted sending large chunk of data
My server crashes when I gracefully close a client that is connected to it, while the client is receiving a large chunk of data. I am thinking of a possible lifetime bug as with the most bugs in boost...
avernus
Votes: 0
Answers: 1