stagas / drama

drama is an Actor model implementation for JavaScript and Node.js
153 stars 9 forks source link

Memory Leak #4

Open coroleu opened 10 years ago

coroleu commented 10 years ago

remote-pass-future.js leaks creating future actors that are not "stopped" anymore and therefore retain memory.

image