mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
Properties code now compiles with C++17. Nagle disabled on stream.
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
void open() {
|
||||
error_code ec;
|
||||
lowest_layer(*_stream_ptr).open(asio::ip::tcp::v4(), ec);
|
||||
lowest_layer(*_stream_ptr).set_option(asio::ip::tcp::no_delay(true));
|
||||
lowest_layer(*_stream_ptr).set_option(asio::ip::tcp::no_delay(true), ec);
|
||||
}
|
||||
|
||||
void cancel() {
|
||||
|
Reference in New Issue
Block a user