updated connect & message sending

This commit is contained in:
Adhiraj
2020-09-07 20:08:43 +05:30
parent 13fae884c1
commit 16ef8a617e
4 changed files with 61 additions and 53 deletions

View File

@@ -55,6 +55,7 @@ export interface WAQuery {
tag?: string
expect200?: boolean
waitForOpen?: boolean
longTag?: boolean
}
export enum ReconnectMode {
/** does not reconnect */