You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2024. It is now read-only.
Description
pub-sub-lite throws an error (see screenshot below) when reconnecting the current user to the Meteor DDP. This logs the user out until the page is refreshed.
This issue also randomly logs user out until page refresh randomly.
Steps to reproduce
In browser and logged in console, run: Meteor.disconnect()
Now, run Meteor.reconnect()
Assert that the error below is thrown
Run Meteor.userId() and assert that a userId is returned
Run Meteor.user() and assert that it is undefined and the user is classified as logged out.