JD2k

Results 5 comments of JD2k

Got the MacBook Pro 2020 2,3 GHz Quad-Core Intel Core i7 32 GB 3733 MHz LPDDR4 Just wanted to add, that i got the same performance problems. Got even a...

Hey got the same problem as allaire. Passenger-Version: 6.0.8 Still no other way than killing first process manually?

Found the reason in file accounts_client.js (accounts-base package). In method onResultReceived: ```` const onResultReceived = (err, result) => { if (err || !result || !result.token) { // Leave onReconnect alone...

Yes of course: ``` Accounts.onLogin(function () { Meteor.logoutOtherClients() }); ``` My hook for determine if a user is logged in looks like this: ``` const useAccount = () => useTracker(()...

Is it possible to add this solution to next Meteor version? Currently i am adjusting this package in any new project.