Closed stephenberry closed 20 hours ago
Adding a run_async option for the glz::asio_server and simplifying the stop() method (removing unnecessary thread).
run_async
glz::asio_server
stop()
glz::asio_client::init() now returns a repe::error_t for consistency
glz::asio_client::init()
repe::error_t
Removed exceptions from send_buffer and receive_buffer
send_buffer
receive_buffer
Also fixes/hides a number of MSVC warnings.
Note that MSVC build is broken due to an MSVC bug in 17.12.1 that I reported and was fixed last night, but has not been released yet.
Adding a
run_async
option for theglz::asio_server
and simplifying thestop()
method (removing unnecessary thread).glz::asio_client::init()
now returns arepe::error_t
for consistencyRemoved exceptions from
send_buffer
andreceive_buffer
Also fixes/hides a number of MSVC warnings.