We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ff848 commit 13f7258Copy full SHA for 13f7258
include/aws/crt/mqtt/MqttClient.h
@@ -95,7 +95,7 @@ namespace Aws
95
const Io::SocketOptions &socketOptions,
96
const Crt::Io::TlsContext &tlsContext,
97
bool useWebsocket = false,
98
- bool enableMetrics) noexcept;
+ bool enableMetrics = true) noexcept;
99
100
/**
101
* Create a new connection object over plain text from the client. The client must outlive
@@ -113,7 +113,7 @@ namespace Aws
113
uint32_t port,
114
115
116
- bool enableMetrics) noexcept;) noexcept;
117
118
private:
119
aws_mqtt_client *m_client;
0 commit comments