Reconnect within MessageReceiver

This commit is contained in:
Fedor Indutny
2021-06-23 07:47:42 -07:00
committed by GitHub
parent 0ec23be91b
commit a6394e0c8b
5 changed files with 40 additions and 24 deletions

View File

@@ -186,3 +186,5 @@ export class UnregisteredUserError extends Error {
appendStack(this, httpError);
}
}
export class ConnectTimeoutError extends Error {}