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
I have noticed a problem in my code or with the node-ddp-client package. When i have have a node-ddp-client connected to the server, and the server for whatever reason goes down, the cpu usages and the memory of the node script goes up.
Is there anything i could do to change this behavior?
Note: This behavior occurs also when the only thing the script does is to make a connection to the server. and no other code is running
Greetings,
Etienne
The text was updated successfully, but these errors were encountered:
Well i dont know if its a memory leak. I'am not qualified enough to determin this. But maybe somebody could reproduce it, by just creating a node-ddp connection. Then when te connection is established. Stop the Meteor server, and see if memory consumption of the ddp-client is increasing. Let it just run for 10, 15 minutes.
I have noticed a problem in my code or with the node-ddp-client package. When i have have a node-ddp-client connected to the server, and the server for whatever reason goes down, the cpu usages and the memory of the node script goes up.
Is there anything i could do to change this behavior?
Note: This behavior occurs also when the only thing the script does is to make a connection to the server. and no other code is running
Greetings,
Etienne
The text was updated successfully, but these errors were encountered: