python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Chrome DevTools Protocol using Boost Beast
I`m trying to use a web socket client that connects to a server using Boost library. The situation is that the server sometimes sends pre-determined amounts of JSON messages, but sometimes more.
From ...

Mecanik
Votes: 0
Answers: 1
Is it possible to use an asio ssl stream class to alternate between encrypted and clear traffic?
I am writing a client server application using the standalone version of asio.
I would like to use the same tcp socket for ssl and non ssl traffic.
Say I have a variable m_socket of type asio::ssl::st...
Fabio
Votes: 0
Answers: 0
Abort has been called after passing socket to a different function
I am new to C++ and networking, please excuse my stupidness.
I am trying to set up a TCP/IP server & client using Boost Asio for my game BattleShip. I have a function named play_sockets() in my cl...

Keyur Maru
Votes: 0
Answers: 1
How can I access a running boost :: asio client and send requests to the server?
I use the code for the boost::asio SSL Server from this official example. Everything works great as long as I use it like in the example with the console input in the send_request() function. My goal ...
Michael Schäfer
Votes: 0
Answers: 0