fix: token not refresh
- force refresh token if connect ws fail Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
parent
a95e7bbb13
commit
ea7ec00b4b
2 changed files with 7 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ export async function sendMessage(
|
|||
// console.log('send v2', APP_VERSION, semver.satisfies(APP_VERSION, '^0.0.2'));
|
||||
|
||||
if (semver.satisfies(APP_VERSION, '^0.0.2')) {
|
||||
console.log('sending secured');
|
||||
// console.log('sending secured');
|
||||
let sharedKeyRes = get(sharedKey);
|
||||
|
||||
// do encrypt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue