Forum Replies Created
- AuthorPosts
Hi simplex,
don´t know if this is the right place here at penguin but I give it a try. I`m using the MT4 Node.js client/server bridge and it works very well so far. But I noticed if I remove the indicator fronm the chart that there is a lot of rest garbage in memory. These are the messages which are occur when we remove the indicator.
2017.03.08 18:50:42.164 sample_node_indi AUDNZD,M1: 289080 bytes of leaked memory
2017.03.08 18:50:42.164 sample_node_indi AUDNZD,M1: 1971 leaked strings left
2017.03.08 18:50:42.164 sample_node_indi AUDNZD,M1: 657 objects of type JSONString left
2017.03.08 18:50:42.164 sample_node_indi AUDNZD,M1: 1314 objects of type HashEntry left
2017.03.08 18:50:42.164 sample_node_indi AUDNZD,M1: 657 objects of type Hash left
2017.03.08 18:50:42.164 sample_node_indi AUDNZD,M1: 657 objects of type JSONNumber left
2017.03.08 18:50:42.164 sample_node_indi AUDNZD,M1: 657 objects of type JSONObject left
2017.03.08 18:50:42.164 sample_node_indi AUDNZD,M1: 3942 undeleted objects leftIs there a possibility to close the indicator in a proper way, without these messages. These messages only occurs if there was a minimum of one connection to the node server.
What do you think?Thank you and best Regards
- AuthorPosts