inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear users resume.loginTokens in database not log user out on Android device

pptoan23 opened this issue · comments

Hi guys,

I have a problem with Android device. I cleared user's loginTokens in database but user didn't log out. User have to reload app to log out.

On iOs, user log out when I clear loginTokens, don't need reload app.

Is this a bug or my mistake ? How to fix this ?

Thanks!

Hi,
There was a bug in the react native websocket implementation that meant the close event wasn't being received from the server.
Therefore you should upgrade to React-native 0.57.8 or newer and my guess is it will just work.

Let me know how you get on please.