inProgress-team / inProgress-team/react-native-meteor
Meteor.logout() disconnects the app from DDP server causing subscription issues
Open
- Dominant language
- JavaScript
- Stars
- 688
- Forks
- 200
- PR merge metrics
- No merged PRs in 30d
Description
Whenever I call Meteor.logout(), the app momentarily disconnects from the DDP server.
This quick disconnection and reconnection resulted to subscription errors:
"No subcription existing for [publication name]"
Do we need Meteor.logout to disconnect from the server?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.