Brewskey / spark-server

An API compatible open source server for interacting with devices speaking the spark-protocol
https://www.particle.io/
GNU Affero General Public License v3.0
54 stars 27 forks source link

Memory Leak #287

Open jlkalberer opened 5 years ago

jlkalberer commented 5 years ago

In order for each virtual device to send more data to the spark-server every second, I modified the program slightly. Yes,I only do one subscription,but I don't use a web API on MQ, I modified the code of the spark-server to process the subscription message and then handed it to MQ for processing.

Originally posted by @jinyangqiao in https://github.com/Brewskey/spark-server/issues/286#issuecomment-443978808


It looks like there is a memory leak from a bunch of events firing.