We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e668423 + 03565b7 commit 9cc1bc1Copy full SHA for 9cc1bc1
index.d.ts
@@ -68,5 +68,6 @@ export declare class AsyncMqttClient extends MqttClient {
68
}
69
70
export declare function connect (brokerUrl?: string | any, opts?: IClientOptions): AsyncMqttClient
71
+export declare function connectAsync (brokerUrl: string | any, opts?: IClientOptions, allowRetries?: boolean): Promise<AsyncMqttClient>
72
73
export { AsyncMqttClient as AsyncClient }
0 commit comments