Reset token in wsLink before subscription will be execute

Hello there!
When I logged in with new account (without restarting of my RN app) wsLink uses old token (saved in AsyncStorage) because it sets only once when app is starting. So, the first subscription fails every time after login from another account.
P.S. calling client.resetStore() on login didn’t help for me.
How can I fix it or how can I resubscribe? Thanks, guys!