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
The server was in a bad state today where it wouldn't push subscriptions correctly. Restarting the server fixed the problem. The only log messages were:
[coauthor.csail.mit.edu](node:8) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
Googling around, I think this might be caused by our old Meteor version. So finally time to upgrade. Will also solve #294. Mainly need to finish new meteor-file-collection.
The text was updated successfully, but these errors were encountered:
The server was in a bad state today where it wouldn't push subscriptions correctly. Restarting the server fixed the problem. The only log messages were:
[coauthor.csail.mit.edu](node:8) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
Googling around, I think this might be caused by our old Meteor version. So finally time to upgrade. Will also solve #294. Mainly need to finish new
meteor-file-collection
.The text was updated successfully, but these errors were encountered: