[BUG] tokenWillExpire
does not emit after updating the token
#329
Labels
bug
Something isn't working
tokenWillExpire
does not emit after updating the token
#329
The
tokenWillExpire
event emits when the initial token will expire (the token set here:const device = new Device(token, {...});
)After updating the device's token,
tokenWillExpire
no longer emits.Set the server to issue tokens (short lived for debugging purposes):
The text was updated successfully, but these errors were encountered: