add websocket ping connection check

This commit is contained in:
riqo 2021-06-08 07:57:57 -05:00
commit 25b03d501c
2 changed files with 31 additions and 1 deletions

View file

@ -42,7 +42,7 @@ const onProfile = async (
resolve(parsed.profile);
} catch(e) {
reject(new Error('Failed to fetch profile.'));
reject(new Error('Unable to authenticate and fetch account profile.'));
}
})
)