More reliable debounced timeouts

This commit is contained in:
Adhiraj Singh
2020-10-23 14:21:15 +05:30
parent 5861e851cc
commit 51672150e4
5 changed files with 65 additions and 47 deletions

View File

@@ -57,6 +57,7 @@ export interface WAQuery {
waitForOpen?: boolean
longTag?: boolean
requiresPhoneConnection?: boolean
startDebouncedTimeout?: boolean
}
export enum ReconnectMode {
/** does not reconnect */