Skip to content
Snippets Groups Projects
Commit 36c1abc8 authored by Tainan Felipe's avatar Tainan Felipe
Browse files

Fix reactive issue with reconnection

parent 8f314089
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ const Adapter = () => {
});
}
});
}, [Meteor.status().connected]);
}, [Meteor.status().connected, Meteor.connection._lastSessionId]);
return null;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment