refactor: remove redundant stream:error handling

This commit is contained in:
Adhiraj Singh
2022-04-25 13:27:25 +05:30
parent 9424d04f5d
commit fd9daf8ad3
3 changed files with 21 additions and 28 deletions

View File

@@ -35,7 +35,7 @@ export enum DisconnectReason {
timedOut = 408,
loggedOut = 401,
badSession = 500,
restartRequired = 410,
restartRequired = 515,
multideviceMismatch = 411
}